Berat Posted March 13, 2007 Share Posted March 13, 2007 I'm totally new to PHP. Just bought a book and studying real hard. I am trying to add some data to mysql database using html forms and PHP. I found some code on the net @ http://www.webmonkey.com/webmonkey/99/21/index3a_page5.html?tw=programming the 1st prog. and the database they provided @ http://www.webmonkey.com/webmonkey/99/21/index2a_page5.html?tw=programming at the bottom of the page mydb and employees table. I created the db and the table. I think the code is supposed to get the data from the web page and put it into the db. I copied and pasted the code they gave and tried to run on my server but i couldnt get anything. Blank page. couldnt even see the form. Its not the first time i face this problem it happens when i try to run my own code. I dont know what the problem is. PLEASE HELP BEFORE I BURN THIS COMPUTER... Link to comment https://forums.phpfreaks.com/topic/42453-please-help/ Share on other sites More sharing options...
redarrow Posted March 13, 2007 Share Posted March 13, 2007 please use the code provided below copy and past. do you see the php.ini information if so please tell use what the database info is ok. test_server.php <html> <body> <?php phpinfo(); ?> </body> </html> Link to comment https://forums.phpfreaks.com/topic/42453-please-help/#findComment-205984 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.