Parsing a Variable
Posted: Fri Apr 09, 2004 11:45 am
i have a variable called
$var="150, 2, 2";
I want to split those 3 numbers into seperate variables. How would I go about doing that?
Thanks.
$var="150, 2, 2";
I want to split those 3 numbers into seperate variables. How would I go about doing that?
Thanks.