[Solved] splitting a URL
Posted: Tue Feb 07, 2006 7:15 pm
I have a URL string like this
////192.168.1.247/htdocs/20061/DC101_20061/DEN/Homeworks/Incoming/reportee.reportee.reportee
I only want the part after the IP address like this
htdocs/20061/DC101_20061/DEN/Homeworks/Incoming/reportee.reportee.reportee
I tried using a parse_url to break it down but it doesnt recognise IP. So can someone help me with this. Any help will be greatly appreciated. Thanks
////192.168.1.247/htdocs/20061/DC101_20061/DEN/Homeworks/Incoming/reportee.reportee.reportee
I only want the part after the IP address like this
htdocs/20061/DC101_20061/DEN/Homeworks/Incoming/reportee.reportee.reportee
I tried using a parse_url to break it down but it doesnt recognise IP. So can someone help me with this. Any help will be greatly appreciated. Thanks