On Wednesday 06 November 2002 01:54, Phillip Erskine wrote: > With "print_r($_SERVER);" I can get the server name and script path, but > how do you detect if username and password are in the url as in the example > below?
Basically if you don't see it when you do "print_r($_SERVER)" then you can't have it -- it's not there, there's nothing you can do about it. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Davis's Dictum: Problems that go away by themselves, come back by themselves. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php