Jump to content

HELP ON Creating a php Database SQL to update through HTML forms


Paschal

Recommended Posts

Hi friends,

I am actually new here and need help on how to create and update a database using simple html form.

 

i dont know how to create a database at all. And my system is running on WAMP Server, i need a help on how to create a database using phpMyAdmin Control Panel for MySQL.

 

I can design very well in html but i got no experience at all in database designing.

 

Please reply me if you can help me.

 

Thanks for your anticipated assistance.

Link to comment
Share on other sites

  • 1 year later...

simply install mysql on your server/computer. Then  setup all the login information and all that(write it down). Now setup a pretty html form on the page and give all of the fields unique name attributes. Then create a submit button with it's own unique attribute. Then you can set the form method to post and the action to = #. Then from there you need to write the php script that will collect and organize the data and then send it. So the best way to do this is to make sure that you're name attributes are the same as the column names in the database that you create. If you get that far reply and I'll help you with the rest of the php code.

Edited by Azerex
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.