Re: Wrong parameter count for imap_open()

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

 




On Wed, January 2, 2008 9:00 am, Adam Williams wrote:
> I'm running PHP 5.2.4 and getting the error:
>
> *Warning*: Wrong parameter count for imap_open() in
> */var/www/sites/intra-test/contract/login.php* on line *9
>
> *My code is:
>
> $mbox =
> imap_open("\"{mail.mdah.state.ms.us/imap/novalidate-cert:143}INBOX\",
> \"".$_POST["username"]."\", \"".$_POST["password"]."\"");   // line 9

This creates a single string which LOOKS like what you should have
typed in the first place.

> but when I echo it out, it looks fine:
>
> echo "\"{mail.mdah.state.ms.us/imap/novalidate-cert:143}INBOX\",
> \"".$_POST["username"]."\", \"".$_POST["password"]."\"";
>
> prints:
>
> "{mail.mdah.state.ms.us/imap/novalidate-cert:143}INBOX", "awilliam",
> "xxxxxxx"

You need to END the quote for the Mailbox before you put in a comma to
separate the mailbox arg from the username arg.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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