frankvandenende Posted May 1, 2008 Share Posted May 1, 2008 Hey all! I'm working on a simple guestbook based on PHP and MySQL as featured on this website: http://www.xentrik.net/php/mysql_all.php Everything seems to work fine: only thing is that MySQL doesn't seem to recieve the data I fill in in the forms. It does create new tables for every entry i submit into the database, but the data i typed in the forms never reaches the database, instead it shows empty entries... Can anyone tell me what I am doing wrong? My server is working with phpMyAdmin 2.6.3-pl1 And all files are the same as featured on the xentrik website (except that I ofcourse entered my own password, username and database name in the config.php). the files I used can be found on : http://www.frankvandenende.nl/sign.html http://www.frankvandenende.nl/config.php http://www.frankvandenende.nl/form.php http://www.frankvandenende.nl/form.php I really hope you all can help me out! Cheers! Frank Link to comment https://forums.phpfreaks.com/topic/103715-mysql-doesnt-recieve-data/ Share on other sites More sharing options...
mwasif Posted May 1, 2008 Share Posted May 1, 2008 Did you use mysql_error() to debug the mysql error? Link to comment https://forums.phpfreaks.com/topic/103715-mysql-doesnt-recieve-data/#findComment-531036 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.