Query string
Posted: Fri Dec 19, 2003 3:23 pm
This is hard to explain so bare with me here...
Is there a way to get the query string from a url, as in index.php?variable=data, without using the question mark?
Here are examples:
http://www.hyperdictionary.com/dictionary/word
http://www.hyperdictionary.com/dictionary/testtest
http://www.hyperdictionary.com/dictionary/hdg34/!g
A seperate page is generated for any text after "dictionary/" without using ?variable=
This makes for a much shorter url when using just one variable.
Can this be done with PHP?
Is there a way to get the query string from a url, as in index.php?variable=data, without using the question mark?
Here are examples:
http://www.hyperdictionary.com/dictionary/word
http://www.hyperdictionary.com/dictionary/testtest
http://www.hyperdictionary.com/dictionary/hdg34/!g
A seperate page is generated for any text after "dictionary/" without using ?variable=
This makes for a much shorter url when using just one variable.
Can this be done with PHP?