[PHP] Why is my URL encoding itself?

2003-01-14 Thread Don
Hi, I have a PHP file that displays a form and submits for processing. The processing script redirects to a results page. I am using formmail.php to process. In my PHP page, the FORM line reads as: echo 'form method=POST name=accountedit action=..\phpscript\general\formmail.php' . \n; When

Re: [PHP] Why is my URL encoding itself?

2003-01-14 Thread Chris Shiflett
--- Don [EMAIL PROTECTED] wrote: In my PHP page, the FORM line reads as: echo 'form method=POST name=accountedit action=..\phpscript\general\formmail.php' . \n; When I try in I.E., it works fine. When I try in Netscape 7, I get a page not found error. This is something I refer to as

Re: [PHP] Why is my URL encoding itself?

2003-01-14 Thread Don
- Original Message - From: Chris Shiflett [EMAIL PROTECTED] To: Don [EMAIL PROTECTED]; php list [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003 4:24 PM Subject: Re: [PHP] Why is my URL encoding itself? --- Don [EMAIL PROTECTED] wrote: In my PHP page, the FORM line reads as: echo