Hi
I want a PHP script that will for example split
http://example.com/dir/index.htm
into
http://example.com/dir
and
index.htm
It also needs to split up an URL with GET variables at the end. eg http://example.com/dir/link.php?id=123&no=abc
Any help would be appreciated,
Chris