Jump to content

[SOLVED] newb: form input page to sort with link


kidintraffic

Recommended Posts

Looking for some help or good tutorials on php & mysql that helps with the following:

 

I'm looking to create a page that a user can input data into a form and submit it to a mysql database.  From there I want another page to display the data sorted by a certain field of the data that was entered (i.e. Year) and then be able to click on the field that is sorted by (Year) and go to another page that displays all of the information that was originally entered.

 

Any help is appreciated.

How much php do you know? What your looking at doing is pretty simple, but were not gonna write a tutorial.

 

Maybe this tutorial on working with databases from PHP will help get you started. Otherwise, post whatever code you've got and well help out if you have a specific question.

I know just basic things with php, but I have never dealt with databases.  So I really don't know where I should start on this.  I figure I would first have to create the database with all of the fields that will be on the form.  From there make the form and connect to the database and store the values of the fields. 

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.