Passing Variables thru URLs
Ok, heres the deal. Im creating a MySQL / PHP driven content manager to display my web templates and my portfolio dynamically so I dont have to make 5 dozen HTML pages.
What I need help with is this... I want to pass a unique template ID thru a url and on the next page, and on the next page, I want to use the ID to get the template information out of my database. I want to do this so I have one page named display_details.php that will display the info dynamically instead of creating a .html page for each template.
If you could help me out, Id greatly appreciate it.
Thanks
|