Re: [PHP] storing array in mysql

2001-07-31 Thread Richard Lynch
a:4:{i:0;s:1:1;i:1;s:1:2;i:2;s:1:3;i:3;s:1: When I output this to the screen I get the same as above. But when I try to echo the unserialized result I get nothing. I am using: echo $db_result-lists_actual (nothing is returned) Show more code... Also use View Source in your browser to

RE: [PHP] storing array in mysql

2001-07-30 Thread Matthew Delmarter
-Original Message- From: Ben Bleything [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 3:03 PM To: 'Matthew Delmarter' Subject: RE: [PHP] storing array in mysql Have you tried serialize()'ing it before storing and then unserialize()'ing it afterwards? http://www.php.net/serialize http

RE: [PHP] storing array in mysql

2001-07-30 Thread Ben Bleything
to store the serialized data? Hope this helps = Ben -Original Message- From: Matthew Delmarter [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 8:34 PM To: Ben Bleything Cc: PHP Mailing List Subject: RE: [PHP] storing array in mysql Hi Ben, This is a section of the insert statement I

RE: [PHP] storing array in mysql

2001-07-30 Thread Ben Bleything
Delmarter' Cc: 'PHP Mailing List' Subject: RE: [PHP] storing array in mysql To be honest, I don't know what this line does: Echo $db_result-lists_actual I also noticed something... it appears that the serialized data is incorrect... are you sure you copied the whole thing? I think there should