JayStang
08-22-2006, 02:31 PM
Hey guys,
I know i've scene this before but i was wondering how it was done. Say you had a url like..
somewhere.com/index.php/About/Services
The "About" and the "Services" are actually url variables, but passed that way instead of...
somwhere.com/index.php?variable1=About&variable2=Services
So in the first example it would be predefined that the first set of slashes holds "variable1" and the second set holds "variable2" and i would be able to reference them anywhere just as i would a normal url variable.
Any advice would be great. I'd really like to figure out how this is done.
Thanks
I know i've scene this before but i was wondering how it was done. Say you had a url like..
somewhere.com/index.php/About/Services
The "About" and the "Services" are actually url variables, but passed that way instead of...
somwhere.com/index.php?variable1=About&variable2=Services
So in the first example it would be predefined that the first set of slashes holds "variable1" and the second set holds "variable2" and i would be able to reference them anywhere just as i would a normal url variable.
Any advice would be great. I'd really like to figure out how this is done.
Thanks