Hello,

Wednesday, December 10, 2003, 4:53:18 PM, you wrote:

P> I can retrieve email from the email account, but when I click on a link in
P> the email.php to open the email in body.php, $msgid is not defined in
P> body.php.  It's got to be something basic, but right now, it escapes me.
P> Right now this is running on my Windows 2000 Pro machine.

At the start of body.php try adding this:

$msgid = $_GET['msgid'];

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

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

Reply via email to