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
signature.asc
Description: PGP signature

