View Single Post
Old 06-05-2008, 07:43 AM   #2 (permalink)
SpYkE112
The Contributor
 
Join Date: May 2008
Location: Denmark
Posts: 70
Thanks: 3
SpYkE112 is on a distinguished road
Default

well,
PHP Code:
echo('<pre>');
print_r($arr[1]); //Seasons
print_r($arr[2]); //Cars
echo('</pre>'); 
To delete one, it would probaly require you to do some loop or stuff like that..
SpYkE112 is offline  
Reply With Quote
The Following User Says Thank You to SpYkE112 For This Useful Post:
Dave (06-05-2008)