How do I strip left character from a string
Posted: Mon Oct 18, 2004 12:35 pm
I have
$image = "/upload/fred.jpg";
I want to strip the first charcter from $images so that $images becomes
"upload/fred.php";
What code should I use to do this
$image = "/upload/fred.jpg";
I want to strip the first charcter from $images so that $images becomes
"upload/fred.php";
What code should I use to do this