This is a discussion on RE: [PHP] get back to index.php within the PHP General forums, part of the PHP Programming Forums category; In insert_user.php header("Location: index.php"); exit; make sure nothing is being echoed before you call this. -----...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In insert_user.php
header("Location: index.php"); exit; make sure nothing is being echoed before you call this. -----Original Message----- From: Sudheer Palaparambil [mailto:p_sudheers@hotmail.com] Sent: 22 October 2003 14:15 To: php-general@lists.php.net Subject: [php] get back to index.php Hi, I am calling the insert_user.php like this <form method="get" name="form" action="http://www.etooss.com/insert_user.php" onsubmit="return verifyIt(this);"> In insert_user.php, I am inserting the record to mysql db, nothing is displayed there. Now how do come back to index.php screen. Thank you Sudheer __________________________________________________ _______________ Making your life easy! That is Citibank Suvidha. http://server1.msn.co.in/msnleads/citi_cards_sept03/CitiSuvidha.asp Get your account now! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |