<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].. . > Is it possible to send all incoming requests to the same script within > PHP? > In other words: How can I get http://mysite/script.php to point to the > same script as http://mysite/anotherscript.php ? And is it possible to do > send a request like > http://mysite/someextrapathinfo to the same php script? > The background behind it is to create a controler that handles all > incoming requests and dispatches them to different worker scripts as > nessecary.
If you're using unix, use ln... type "man ln" for a manual... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php