PDA

View Full Version : Automatic Page Creation



12boone
04 Jan 2011, 10:21 PM
I did a little bit of searching and I could not find the answer to my problem so I apologize if this has been posted before...


Currently, I wish to use an html or php page that will collect information from a user and then input it into a database. I have figured this part out...However, I want to use this info to then create an output page that will show what they posted. For example if user1 places an input/ad that they are selling something I want the server to store this information in a mySQL database and then select it and output the information. Now I know how to do this if I were to create each page myself but I am having trouble to just get it to automate. So that when a page is created it outputs and then another user could do the same thing. If this is a bad description essentially I want it to do what craigslist does but I want to do it using php/mysql.

Thank You!