DanBoland
November 23rd, 2000, 13:09
If i had a string like this:
$a = "/home/name/public_html/dir/dir2/index.html";
how could i make $b = "/dir/dir2/index.html";
Any one know?
$a = "/home/name/public_html/dir/dir2/index.html";
how could i make $b = "/dir/dir2/index.html";
Any one know?
