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