Re: php-mysql connect

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 (the values from the form which are to be inserted into the database aren't being passed to the script as you'd expected). I'd echo the generated SQL to the browser to see what PHP thinks the query is. Then, if necessary, change which variables you use accordingly.

Larry


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux