when i build a website with php and mysql my url ends up looking like this:
site.com/index.php?id=1
thats fine, it works ok, does what i want etc.. but how do you make your your urls look proper, like this website for example
http://www.tonsoftackleuk.com
if you click on any of thier links they get real urls, like:
http://www.tonsoftackleuk.com/quick-finessa-950fs-runner-reel-speci-p-95.html
but it is linked up to a database, and this page does not exist in there server, its like its being created right now.
Can someone point me towards a tutorial or give me an insight into how its done please, i would appreciate it it and you will also get 10 points
site.com/index.php?id=1
thats fine, it works ok, does what i want etc.. but how do you make your your urls look proper, like this website for example
http://www.tonsoftackleuk.com
if you click on any of thier links they get real urls, like:
http://www.tonsoftackleuk.com/quick-finessa-950fs-runner-reel-speci-p-95.html
but it is linked up to a database, and this page does not exist in there server, its like its being created right now.
Can someone point me towards a tutorial or give me an insight into how its done please, i would appreciate it it and you will also get 10 points