----- 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 '<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 Windowsitis. URLs use
> slashes, not backslashes:
> 
> action="../phpscript/general/formmail.php"
> 
> Chris

Yup.  That was it.

My bad; I should have caught that.

Thanks,
Don


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.443 / Virus Database: 248 - Release Date: 1/10/2003

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

Reply via email to