Will an XHTML DOCTYPE interfere with my PHP if I'm not experienced enough?
I've read this article here: http://friendlybit.com/html/why-xhtml-is-a-bad-idea/
In a nutshe
get multiple rows
Hi I want to get multiple rows from a db
I am using this for the db query
Code: public
Just a white page
Okay so, my website, when I click SignUp on it it takes me to /join.php but its a complete white pag
Add 5 to a variable when a button is clicked, and re-run a for loop
So I'm making a feedback sort of section on a website with MySQL and PHP, I've gotten the script to
Alternate messaging
I have 4 strings in MySQL db1
$string1 : Hello
$string2 : Hi
$string3 : Great
$strin
Download Image from URL and Upload it
Ok, I have been googling for the last 1/2 hour trying to figure this out, Most likely I'm just not s
Inserting 100x and 100y coordinates in mysql table - easy
Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y in
PHP search multiple input field box help
I am having a problem with my search script. At current it will simply search by a selected date whi
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Multiple Do / While Statements?
I'm still very new to PHP, and running in to a problem when trying to execute a do/while loop inside