I Need Help With This Code. - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › I Need Help With This Code. (895 Views)
1 Reply
| I Need Help With This Code. by charliebiz(op): 11:41am On Nov 20, 2009 |
I intend creating a code to accesss my pop email but it doesn't seem to work. Please coders help me check it out. <?php $mbox = imap_open("{pop.xxxxx.com:995/pop3/ssl/novalidate-cert}", "Bleep@xxxxx.com", "xxxx", OP_HALFOPEN) or die("can't connect: " . imap_last_error()); $list = imap_list($mbox, "{pop.xxxxxx.com:995/pop3/ssl/novalidate-cert}", "*" ;if (is_array($list)) { foreach ($list as $val) { echo imap_utf7_decode($val) . "\n"; } } else { echo "imap_list failed: " . imap_last_error() . "\n"; } imap_close($mbox); ?> |
5,000 Naira For Someone Who Can Reverse This Code • Is Something Wrong With This Code • Need Help With This Code • 2 • 3 • 4
Php Mail Function • If facebook Was Nigerian • Computer Automation Thread
;