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 Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.