I have yet to find the answer to this so I hope somebody knows the answer. What I want to do is instead of this.php?query, this.php/query and if at all possible, without mod_rewrite. Thanks. 🙂
If you're sending queries through from a form, then set the method to post, and it will send the information some other way. It will not get attached to your URL.
I hope that this helps.
KITTfan2K
That's not quite what I had in mind. :p
See how vB does: http://www.phpbuilder.com/board/newreply.php?s=&action=newreply well, I want something like: http://www.phpbuilder.com/board/newreply.php/s=&action=newreply for the scripts I write.
this is done with the help of apache rewrite module, check out www.apache.org and look at their documentation
Rats. I thought there was another way. I hate playing with mod_rewrite. :p
I think you can change this in the php.ini file to use your own chr instead of the default ? ....
Hrm. I'll look in to that. Thanks.
Create a folder called PageName.php, and, depending on your server's config, and how you write the file, then an index.php might do the job for you.