[PHP] How Can I read this Array

2003-11-08 Thread dr. zoidberg
Hello,

how can I read element1, element2 and element3 from array:

a|a:1:{i:1;a:3:{
i:0;s:6:element1;
i:1;s:5:element2;
i:2;s:6:element3;
}}
TNX

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


Re: [PHP] How Can I read this Array

2003-11-08 Thread Burhan Khalid
dr. zoidberg wrote:

Hello,

how can I read element1, element2 and element3 from array:

a|a:1:{i:1;a:3:{
i:0;s:6:element1;
i:1;s:5:element2;
i:2;s:6:element3;
}}
http://www.php.net/unserialize

--
Burhan Khalid
phplist[at]meidomus[dot]com
http://www.meidomus.com
---
Documentation is like sex: when it is good,
 it is very, very good; and when it is bad,
 it is better than nothing.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php