[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
http://gdconsultants.com/
http://destiney.com/

-- 
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 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.

http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php