--- 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

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

Reply via email to