I'm a newbie with PHP and I need help with url query. I've searched and it has been some help, but I'm still confused. This is what I want to do:
for example, at www.jcrew.com , it uses url query to jump from page to page with an id=somenumber. I'd like to know how the heck I can do this. The url remains the same, like www.jcrew.com/index.jhtml?id=cat1111, the only thing that changes is the id. Are the pages dynamically created with a certain id, on the same index.jhtml page? Or are there just many pages and the id is corresponding to those pages?
For me, I have pages name:
index.php
category.php
account.php
etc...
how can I use the index.php and use url query strings to jump to the other pages? I want the url to always display the same thing, just the id would thing. Like http://index.php?id=stone
Please help me out! Thanks.