Search found 3 matches

by zyg0te
Thu Jan 08, 2004 6:29 pm
Forum: PHP - Code
Topic: php code
Replies: 8
Views: 740

hi.. sory for the subject title :roll: but anyway thank you for the tips, the code work good.. the only mistake i had was the privileges of the user "test"..

god bless,
by zyg0te
Thu Jan 08, 2004 12:38 am
Forum: PHP - Code
Topic: php code
Replies: 8
Views: 740

hi

elo .. thank you for your time.. im sory if i didn't gave much info.. the table has two fields namely: item and date.. item is a text type and date is datastamp type.

Is there something wrong in my code? err.. php.ini or httpd.conf ? pls help

thank again.
by zyg0te
Wed Jan 07, 2004 7:59 pm
Forum: PHP - Code
Topic: php code
Replies: 8
Views: 740

php code

hi forum. i'm thinking of where did it went wrong.. code doesn't add a new record to a local mysql database. coming from an input page to this php code... pls see: <head><title>add</title></head> <body> <?php echo $_POST["item"]; //i put this on for testing if i got the correct item $item ...