possible to split array element?
Posted: Sun Jan 15, 2006 8:55 pm
i have an array element that looks like this:
$data['0']=12.34.8888
Now i would like to splitt this element into:
$newdata1['0']=12.34.
$newdata2['0']=8888
Is that possible?
$data['0']=12.34.8888
Now i would like to splitt this element into:
$newdata1['0']=12.34.
$newdata2['0']=8888
Is that possible?