On some php-based sites, I've seen php scripts being called in the form of foo.php/blah instead of foo.php?blah. How do I do this? I'm on Apache 1.3 on FreeBSD 4.5, with php 4.2.
Thanks...
hi atomm,
look read about "Predefined Variables" at: http://www.php.net/manual/en/printwn/reserved.variables.php#reserved.variables.server
greetings, tijger