Or...
$subs = substr("0123456789", 5, 1);
echo($subs); ==> "5"
$subs = substr("0123456789", 6, 3);
echo($subs); ==> "678"
RW
===========================================
http://badblue.com
Small footprint P2P web server for Windows,
Share files, get PHP up and running fast...