Hey everyone--
I know this question will be simple for many of you. I feel like I've wasted enough time trying to figure this one out myself. Anyway, I am trying to match a URL using ereg. Example:
I want to match URLS like this:
http://www.blainevess.com/file.html
The URL cannot contain subdirectories, like this:
http://www.blainevess.com/subdirectory/file.html
How would I go about matching a URL like the first one I have listed above? Thanks in advance!
Blaine