Jump to content

[SOLVED] Beginner in need of help!


bionic25

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/119140-solved-beginner-in-need-of-help/
Share on other sites

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.