Martin
|
| Posted: 01/23/2003, 4:33 PM |
|
I have a number of urls pointing to a site and would like to grab the core url string ie: from "http://www.bubba.com/abc.html" just grab "bubba", or even "www.bubba.com"
Any suggestions?
I have $url=parse_url($REQUEST_URI);
$coreurl = $url[host];
but it isn't doing it...
Also: Anyone interested in taking on a number of piece work type jobs for getting this web up and running, please send a note.
Best Regards,
Martin
|
|
|
 |
Martin
|
| Posted: 01/23/2003, 4:47 PM |
|
|
|
|
 |
bub
|
| Posted: 01/25/2003, 8:44 AM |
|
$HTTP_HOST
|
|
|
 |
|