Re: [PHP-WIN] sending an array through post

2002-01-15 Thread Alex Lis
also, failing all else, use implode to concatenate the array into a string, then pass it and explode it at the other end. "Pac Mon" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If they don't need to be visible include this form element in the form to be >

[PHP-WIN] IMAP PHP Problem

2002-01-15 Thread Alex Lis
Not actually IMAP, but POP3... The following code : Mail Nmsgs; print("You have ".$msgnum." messages\n"); } else { echo "failed"; } if ($hdr = imap_headerinfo($mbox, 1)) { $thissubject = $hdr->Subject; print("$thissubject\n"); } else { echo "failed"; } imap_clos

[PHP-WIN] IMAP Mail problem

2002-01-15 Thread Alex Lis
Not actually IMPA, but POP3... The following code : Mail Nmsgs; print("You have ".$msgnum." messages\n"); } else { echo "failed"; } if ($hdr = imap_headerinfo($mbox, 1)) { $thissubject = $hdr->Subject; print("$thissubject\n"); } else { echo "failed"; } imap_clos