kidintraffic Posted April 18, 2007 Share Posted April 18, 2007 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. Link to comment https://forums.phpfreaks.com/topic/47585-solved-newb-form-input-page-to-sort-with-link/ Share on other sites More sharing options...
trq Posted April 18, 2007 Share Posted April 18, 2007 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. Link to comment https://forums.phpfreaks.com/topic/47585-solved-newb-form-input-page-to-sort-with-link/#findComment-232302 Share on other sites More sharing options...
kidintraffic Posted April 18, 2007 Author Share Posted April 18, 2007 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. Link to comment https://forums.phpfreaks.com/topic/47585-solved-newb-form-input-page-to-sort-with-link/#findComment-232312 Share on other sites More sharing options...
trq Posted April 18, 2007 Share Posted April 18, 2007 That would be a good place to start yeah. Have a read of that tutorial I posed the link too, it really is quite good and in depth. Link to comment https://forums.phpfreaks.com/topic/47585-solved-newb-form-input-page-to-sort-with-link/#findComment-232313 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.