Re: [PHP] Newbie - is there a function similar to the sql 'like' comparison operator?

2008-05-08 Thread Kalle Sommer Nielsen
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

Re: [PHP] the Y2K38 BUG

2008-05-06 Thread Kalle Sommer Nielsen
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 --

Re: [PHP] problem imap_headerinfo

2008-04-30 Thread Kalle Sommer Nielsen
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 .