IMAP Multiple Pages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello again,
Here is another problem I am having. I would like to setup multiple pages on
a IMAP archive reader I am working on.

I cannot seem to get the multiple pages working right.
Here is my code.

$threads = imap_thread($conn);
foreach ($threads as $key => $val) {
  $tree = explode('.', $key);
  if ($tree[1] == 'num') {
   $header = @imap_headerinfo($conn, $val);
   echo "<ul>\n\t<li>TOOK OUT HTML CODE\n"; 
} elseif ($tree[1] == 'branch') { 
echo "\t</li>\n</ul>\n"; }
}

Sorry, still learning. :)

Will

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux