Kalle Sommer Nielsen
DR - www.dr.dk
- Original Message -
From: "revDAVE" <[EMAIL PROTECTED]>
To: "PHP General"
Sent: Thursday, May 08, 2008 5:20 PM
Subject: [PHP] Newbie - is there a function similar to the sql 'like'
comparison operator?
Newbie
human being :)
--Paul
All Email originating from UWC is covered by disclaimer
http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Kalle Sommer Nielsen
Danmarks Radio - www.dr.dk
--
Hi Richard
Like Chris replied, then the returned value of imap_headerinfo() is an
stdClass object. You can iterate though
all the object properties like this:
$header = '';
foreach($mail_head as $headerbit => $value)
{
if(empty($value))
{
continue;
}
$header .= $headerbit .
3 matches
Mail list logo