Hey guys,
I'm building a website and I have a question.
I want my URLs to be in a format like so:
http://mysite.com/resorts.php?resort=whatever
On resorts.php Im dynamically listing links for different pages. What I want is that when a specific link is clicked, it displays the information of the selected link. I have been able to do this with includes and what not. There is only one problem. When a link is clicked I need the list of links on the top of the page to disappear, so that only the information of the page requested is displayed. I want it as if the link were clicked it basically looks like a whole new page, but maintains the URL format I specified above. I think I have done it before, but I cannot think of where I found out how I did it. Does this make sense? Any help would be great. Thanks in advanced.
Thanks,
Dave