movingforward Posted October 30, 2010 Share Posted October 30, 2010 Hi all! I created a simple form using html. I created a database, a table and some records in the table with the code in localhost/phpmyadmin. I wanted to know how you I can link the form to my database. Do I need a processing php code to link to the database? Quote Link to comment Share on other sites More sharing options...
fortnox007 Posted October 30, 2010 Share Posted October 30, 2010 Well phpmyadmin is just an application that does same as you want to. You need to write a script that contacts your database, fetches results, end echoes them out. Maybe have a look into this: http://www.w3schools.com/php/php_mysql_intro.asp a simple tut to contact, insert, fetch stuff. IF you have further questions let me know cheers! Quote Link to comment Share on other sites More sharing options...
revraz Posted October 30, 2010 Share Posted October 30, 2010 There should also be some FAQs in the database section here in the forums. 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.