Question
URL form - www.mywebsite.com/propertyname/
I'm working on a project that is going to involve each property currently stored in a database having its own page.
The way I'm used to doing it (using PHP and mySQL) would be to have a page listing the properties, and a details page of the form:
www.mywebsite.com/property_details.php?PropertyID=101
Is there any way of having a URL of the form:
www.mywebsite.com/propertyname/
?
