Re: [PHP] Clearing pipe stream and a few other issues.

2006-02-16 Thread Support
d not be a problem. I have the script working, I just need to clear up these issues. Zed - Original Message - From: "Chris" <[EMAIL PROTECTED]> To: "zedleon" <[EMAIL PROTECTED]> Cc: Sent: Thursday, February 16, 2006 8:27 PM Subject: Re: [PHP] C

Re: [PHP] Clearing pipe stream and a few other issues.

2006-02-16 Thread Chris
' . $arr['sender_name']; print_r($arr); $msg = "Sender's Full Name: $sender_name\n"; $msg .= "Sender's E-Mail: $sender_email\n"; $msg .= "Secret Message? $sender_msg\n\n"; ?> What exactly are you trying to achieve and what problems were you having using it as a normal script? I'm guessin