PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
yeah, it would seem not exactly, or directly possible. come to think of it, there may be a chance to do some fiddling (depending on what you want to do with the information) using the rewrite engine. I remember being able to call an external script for rewrite controls..
feyd wrote:yeah, it would seem not exactly, or directly possible. come to think of it, there may be a chance to do some fiddling (depending on what you want to do with the information) using the rewrite engine. I remember being able to call an external script for rewrite controls..
Hmm, that's actually quite interesting. I also remember the Apache docs mentioning something about loading external files into a .htaccess file... so, the question is can that file be generated by PHP (even if it involves PHP spitting out a plain/txt header or something).