Any ideas how to do this,

I have a string

734088+3+734132+9+734138+80+781007+1+

I need to place the string into a multi-array like so

array[0][0] = 734088
array[0][1] = 3

array[1][0] = 734132
array[1][1] = 9

array[2][0] = 734138
array[2][1] = 80

etc...

Now ive tried everything i know any ideas?


Regards

R

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to