Hi,
I'm rather new at the PHP stuff, so I hope this isn't a really stupid question.
In my script I have strings that contain an URL. I want to loose the first part of the string, which is always the same.
For example:
http://www.mydomain.com/images/image1.jpg
should become:
images/image1.jpg
Can anyone explain me how to do this?
Thanks!