Is there perhaps a redirect in the insert_user.php? If so, that could be the
problem.

-----Original Message-----
From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] 
Sent: 21 October 2003 13:31
To: Sudheer Palaparambil; [EMAIL PROTECTED]
Subject: Re: [PHP] The page cannot be displayed error

From: "Sudheer Palaparambil" <[EMAIL PROTECTED]>
>   I am calling insert_user.php like this
>
> <form method="post" name="form" action="insert_user.php" onsubmit="return
> verifyIt(this);">
>
>   This file and the index.php are kept in the same directory. But the
> browser returns
>
>   "The page cannot be displayed error"
>
>   Where should I keep the insert_user.php

The files are in the right place. You may not be able to use POST, try GET
for your form method and see if that works.

---John Holmes...

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

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

Reply via email to