Re: [PHP-WIN] Problem: URL Encoded Parameters

2003-09-28 Thread The Hub
Thank you to Allan Tan for the following. echo $_GET["parem"]; echo $_GET["parem2"]; This worked. "The Hub" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > That isn't it, the problem is I end up with "\n\n" instead of > "true\nhello\n" > > "Warren Vail" <[EMAIL PROTECTED]> wrote in

Re: [PHP-WIN] Problem: URL Encoded Parameters

2003-09-28 Thread The Hub
That isn't it, the problem is I end up with "\n\n" instead of "true\nhello\n" "Warren Vail" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > probably one of the more annoying differences between windows and Unix/Linux > is that Unix recognizes the "\n" as end of line, windows requires

RE: [PHP-WIN] Problem: URL Encoded Parameters

2003-09-28 Thread Warren Vail
probably one of the more annoying differences between windows and Unix/Linux is that Unix recognizes the "\n" as end of line, windows requires "\r\n". Warren Vail [EMAIL PROTECTED] -Original Message- From: The Hub [mailto:[EMAIL PROTECTED] Sent: Sunday, September 28, 2003 8:15 PM To: [EM