Hi,
I need some way to dynamically cut off the query part of a url. Eg.
http://somedom.com/stuff?url=$url
I want the ?url=$url taken off.
substr() won't do it since the string length will vary each time because of different URI.
Please give me some ideas. Thanks.
Richie