bionic25 Posted August 11, 2008 Share Posted August 11, 2008 Hi, I'm new to PHP. I'm trying to create a site where people can add listings. I've managed to successfully script the php form they need to add info to a database called "listings". each "listing" row has a unique ID. I know how to query the databse and return results. My problem is this: I can't manually set up a new php page for every listing, so i need some way of having page like ../listings/default.php where the page template is stored and when an ID (relating to that unique ID in the listings database) is added to the URL in some way the default.php page automatically displays the "listing" info within the template. I know I should have figured this out but after hours of fruitless googling for an answer I felt I really needed to post! Thanks in advance for any answers! -Bionic25 Quote Link to comment Share on other sites More sharing options...
trq Posted August 11, 2008 Share Posted August 11, 2008 This reply might help. The principles are the same. Quote Link to comment Share on other sites More sharing options...
bionic25 Posted August 11, 2008 Author Share Posted August 11, 2008 Thanks, that did indeed help. Turns out the problem was i didn't know about the whole $_GET thing. Managed to make a script that works fine now Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.