Hello I was wondering whether it is possible or not in php replacing the myscript.php?value=1 with myscript.php/value=1
Is this possible?
Thanx
Do you mean you have a string "myscript.php?value=1" and you want to replace the ? with a /?
or do you mean you want to be able to put "myscript.php/value=1" in the locationbar of your browser and still get the correct page?
Hello Vincent,
Thank you for your reply.
Your first question is that's what I mean. Can we replace ? with / so that It will look like folders instead of strings. It would be good espacially with search engines.
Do you think this is possible?
So you want my second option, where you type "www.bla.com/this=that"
read this: http://www.phpbuilder.com/columns/tim19990117.php3