In VBScript you can use the command Left to pull characters from the left, same with mid and right.
Left(string, length) Right(string, length) Mid(string, start, length)
Is there anything comparable in PHP?
THANKS! Susan Patrick WEBFanDango!, Ltd.
use substr()
http://www.php.net/manual/en/ref.strings.php