Jump to content

How to create a frontend for addind data into a table?


ghurty

Recommended Posts

Basically, make an html form that submits to a php script. The php script abstracts the form data sent (validate it as you see fit), makes a connection to the database, then creates a MySQL querystring with the posted data values, and executes the query to add the information to the database table you chose.

That's pointing you in the general direction.

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.