Mysql error message
help me find out what this error message means:
"Duplicate entry '0' for key 'PRIMARY'&q
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Not showing whole name with mail () script
I sent up a simple mail form with the PHP mail() script. One problem is when it sends an email with
php - xml what is the best way to do this.
IN essence I want to have a script calling the info from the database.. I have no problem thus far,
Simple AND question
Hello,
I've got following code:
Code: if(strpos($row[13],"http://")
Undefined index: username HELP NEWBIE
I am trying a simple login/logout for my website. It works well with checking if the username exists
natcasesort works on one server but not on another
Hi
I have a problem that I was hoping that someone can help me with.
I'm trying to use
PHP4 to PHP5 Conversion
Hi Everyone,
I am working on a site that is built up on PHP4 and each page is being started f
Php script to read msword file
hi,
I need to read a msword file and i want to print the contents in that word file.
i
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very