Posted by comatose on 02/01/07 21:50
If i have a string like this "1234,567.89" how can i explode at the COMMA and the PERIOD to get $string[0]=1234 $string[1]=567 $string[2]=89 thanks
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming