Re: [PHP-DB] A problem with insert to mysql from a web interface

2002-07-13 Thread Jason Wong
On Sunday 14 July 2002 03:43, Chip Wiegand wrote: > > > $sql = "INSERT INTO legs > > > (squats,squats_reps,legpress,legpress_reps,legext,legext_reps,legcurls, > > > legcurls_reps,calfraise,calfraise_reps,hipabducter,hipabducter_reps, > > > hipadducter,hipadducter_reps,comments) VALUES('$squats','

Re: [PHP-DB] A problem with insert to mysql from a web interface

2002-07-13 Thread Chip Wiegand
On Sat, 2002-07-13 at 00:52, Jason Wong wrote: > On Saturday 13 July 2002 14:49, Chip Wiegand wrote: > > I just set up a pc with mysql-3.23.51/php-4.2.1/apache-1.3.26. I have > > created a database and tables and a web interface to insert data into > > it. I can insert data from the command line j

Re: [PHP-DB] A problem with insert to mysql from a web interface

2002-07-13 Thread Jason Wong
On Saturday 13 July 2002 14:49, Chip Wiegand wrote: > I just set up a pc with mysql-3.23.51/php-4.2.1/apache-1.3.26. I have > created a database and tables and a web interface to insert data into > it. I can insert data from the command line just fine. From the web > interface there is nothing ins

[PHP-DB] A problem with insert to mysql from a web interface

2002-07-13 Thread Chip Wiegand
I just set up a pc with mysql-3.23.51/php-4.2.1/apache-1.3.26. I have created a database and tables and a web interface to insert data into it. I can insert data from the command line just fine. From the web interface there is nothing inserted and no error messages. I have tried connection string