Using insert variable
need a way to inert variable data to mysql database
$acc = "212121212";
$nok =
how do I show what a user have selected from a checkbox?
From my code below, how would i show which check boxes have been checked and which radio buttons sel
Inserting the current date/time while submitting the forum
What do I need to add below to update the current date/time? I have a field in the database called d
help with multi-update
Now sure how to ask this really....
10g database if that matters.
I have a customer
CURL question
i am wondering if it's possible to use multi curl with login something like
login once to web
Error with Font and imagettfbbox
I keep getting an error that says "Warning: imagettfbbox() [function.imagettfbbox]: Could not f
Checking if a process is running (problems including psapi.dll i think...)
Ok, so all I'm trying to do is check if a program is running...
I've found out that I nee
error checking breaking my code
Hi there, OK first of all, big apologies for what I assume is really fundamental errors in the struc
Sort a two dimensional array.
Hi. I've set up a two dimensional array that reads as follows:
Code: $modifiedData = array(
Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav