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 you

RE: [PHP] storing array in mysql

2001-07-30 Thread Ben Bleything
9:10 PM To: 'Matthew 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

RE: [PHP] storing array in mysql

2001-07-30 Thread Ben Bleything
small 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 inser

RE: [PHP] storing array in mysql

2001-07-30 Thread Matthew Delmarter
ge! I should admit that I am only just getting used to arrays... Matthew -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