Is it possible to do a mod rewrite with purely php? Im not seeing any info on it anywhere... Im not excited about using a htaccess file for it....
for example i have a url....
http://localhost/value/index.php?game_namer=6&Submit=Submit
what i would like to do is query the db and get the name of the title and rewrite the url to something like...
http://localhost/value/support/titlename/
for example i have a url....
http://localhost/value/index.php?game_namer=6&Submit=Submit
what i would like to do is query the db and get the name of the title and rewrite the url to something like...
http://localhost/value/support/titlename/