Re: [PHP-DB] php-mysql connect

2003-01-12 Thread Larry E. Ullman
I've setup a form to submit data into my MySQL database and it appears to connect properly and whatnot but when I check to see that the data has been inserted properly using phpMyAdmin, the table refelcts a new row entry but the fields are empty. ??? I suspect this is a register_globals problem

Re: [PHP-DB] php-mysql connect

2003-01-12 Thread Jeffrey_N_Dyke
end some code? jeff "Jared Price" cc: Subject:

[PHP-DB] php-mysql connect

2003-01-12 Thread Jared Price
I've setup a form to submit data into my MySQL database and it appears to connect properly and whatnot but when I check to see that the data has been inserted properly using phpMyAdmin, the table refelcts a new row entry but the fields are empty. ??? Anyone have this problem before?? Any help is gr