Thread: Dynamic URLs
View Single Post
Old 02-09-2006, 02:30 AM   #5 (permalink)
morpheuz
Code Monkey
 
Join Date: Feb 2005
Posts: 64
morpheuz is on a distinguished road
As always, thanks for the replies. I think mod rewrite is exactly what I'm looking for.

I brought this up on another board I frequent and I was given suggestions using if/else or switch() with the $_GET superglobal to generate dynamic links that carry over to the next page. I couldn't follow the examples given because they were a little vague and I didn't see how the URL is supposed to remain dynamic once the new page was loaded, *shrugs* but I'm curious.. how does the above mentioned create the same effect as mod rewrite?
morpheuz is offline   Reply With Quote