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?
Query string
Moderator: General Moderators
- Derfel Cadarn
- Forum Contributor
- Posts: 193
- Joined: Thu Jul 17, 2003 12:02 pm
- Location: Berlin, Germany
take a look at http://www.zend.com/zend/trick/tricks-apr-2003-urls.php