Re: [PHP] serialize/unserialize problem

2002-12-17 Thread Guangzu Wang
nyway! Guangzu - Original Message - From: "Guangzu Wang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 4:48 PM Subject: [PHP] serialize/unserialize problem > Hi, > I am working on mime message and try to pass an array with se

[PHP] serialize/unserialize problem

2002-12-17 Thread Guangzu Wang
Hi, I am working on mime message and try to pass an array with serialize and unserialize and got some problems. Here's some code snippet: in my function, I have this: $message['attachments'] = serialize($attachments); And calling code like this: $attachments = $message['attachments']; echo "ATT