06-05-2008, 07:43 AM
|
#2 (permalink)
|
|
The Contributor
Join Date: May 2008
Location: Denmark
Posts: 70
Thanks: 3
|
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..
|
|
|
|