Jump to content

Linking a simple form to phpMyAdmin


movingforward

Recommended Posts

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?

 

 

Link to comment
https://forums.phpfreaks.com/topic/217263-linking-a-simple-form-to-phpmyadmin/
Share on other sites

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.