This is a discussion on Re: [PHP] get back to index.php within the PHP General forums, part of the PHP Programming Forums category; But it is giving the following error message Warning: Cannot modify header information - headers already sent by (output started at ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
But it is giving the following error message
Warning: Cannot modify header information - headers already sent by (output started at D:\websites\clands\clandsadmin\etooss.com\web\inse rt_user.php:3) in D:\websites\clands\clandsadmin\etooss.com\web\inse rt_user.php on line 29 Thank you. >From: Marek Kilimajer <kilimajer@webglobe.sk> >To: Sudheer Palaparambil <p_sudheers@hotmail.com> >CC: php-general@lists.php.net >Subject: Re: [php] get back to index.php >Date: Wed, 22 Oct 2003 14:24:44 +0200 > >Use >header('Location: http://www.etooss.com/'); >exit; > >Sudheer Palaparambil wrote: >>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! >> > __________________________________________________ _______________ Tired of emails bouncing back? Need more space? http://server1.msn.co.in/features/general/extrastorage/index.asp Get extra storage on Hotmail |