Maybe also check out http://www.php.net/parse_url and http://www.php.net/pathinfo
Justin French on 14/11/02 1:33 PM, Jonathan Sharp ([EMAIL PROTECTED]) wrote: > try basename('http://www.domain.com/stuff/index.html'); > > -js > > > Charles Wiltgen wrote: >> Hello, >> >> I just want to get the "index" part of "http://www.domain.com/stuff/ >> index.html". >> >> I'm trying to figure out this regex stuff, but it hasn't yet clicked. >> Here's my best guess: >> >> ereg('?/(*)\.html$', $source, $dest); >> >> To me -- and please be gentle -- this means, "Starting with the forward >> slash closest to the end of $source, capture whatever comes after it and >> before '.html', and put it in $dest." Obviously not correct, but I've spent >> an embarrassing amount of time feel stupid. Help? >> >> -- Charles Wiltgen >> >> > > > Justin French -------------------- Creative Director http://Indent.com.au Web Developent & Graphic Design -------------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php