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
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
2 matches
Mail list logo