[PHP] Get part of URL address

2004-09-30 Thread php mysql
How to get information from URL. I need to get information after / http://www.domain.com/thisIneedtoget. I want to get information after / 'thisIneedtoget -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Get part of URL address

2004-09-30 Thread Greg Donald
On Thu, 30 Sep 2004 20:48:52 -0400, php mysql [EMAIL PROTECTED] wrote: How to get information from URL. I need to get information after / http://www.domain.com/thisIneedtoget. I want to get information after / 'thisIneedtoget parse_url() -- Greg Donald Zend Certified Engineer

Re: [PHP] Get part of URL address

2004-09-30 Thread raditha dissanayake
php mysql wrote: How to get information from URL. I need to get information after / http://www.domain.com/thisIneedtoget. I want to get information after / 'thisIneedtoget a bit suprised that someone whose name is 'php mysql' needs to ask such questions. -- Raditha Dissanayake.