[PHP-DB] inserting datas through table

2003-02-04 Thread kumar
Dear Sir/Madam, I have create table for reservation system in that table i need to save all the values but it couldn`t save all the values it saves only the last value. Please help me! html ?php if($submit) { $db = mysql_connect("localhost", "kumar","");

[PHP-DB] inserting datas through table

2003-02-04 Thread kumar
Dear Sir/Madam, I have created reservation table i need to store all the values in database when i click the submit button but it couldn`t working. /* Master3.php */ HTML ?php if($submit) { $db = mysql_connect("localhost", "kumar","");

Re: [PHP-DB] inserting datas through table

2003-02-04 Thread Jason Wong
On Wednesday 05 February 2003 15:03, kumar wrote: I have created reservation table i need to store all the values in database when i click the submit button but it couldn`t working. Could you give a detailed description of HOW it isn't working? What did you