Re: [PHP-DB] MYSQL: INsert html form data;

2002-05-01 Thread [EMAIL PROTECTED]
. - Original Message - From: Info_Best-IT [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 4:56 PM Subject: [PHP-DB] MYSQL: INsert html form data; I have a problem writing form data to a table in MySQL. I have an action.php file that it called when

[PHP-DB] MYSQL: INsert html form data;

2002-04-30 Thread Info_Best-IT
I have a problem writing form data to a table in MySQL. I have an action.php file that it called when the information is submitted and it looks something like this: ?php $connection = mysql_connect(localhost,root, password) or die (The DataBase is Down!);