sina Posted August 1, 2007 Share Posted August 1, 2007 Ok I have: <?php if ((isset($_POST['submit']))&&(($_POST['zipd'])!="")) { $zip=$_POST['zipd']; $network="1900"; $licensee='all'; $type=$_POST['type']; setcookie("zipcode",$zip); setcookie("producttype",$type); } and get errors (the first line is line 13 in the error below): Warning: Cannot modify header information - headers already sent by (output started at /home/motoun2/public_html/repeaterstore/fcc/compat-1900.php:13) in /home/motoun2/public_html/repeaterstore/fcc/compat-1900.php on line 24 Warning: Cannot modify header information - headers already sent by (output started at /home/motoun2/public_html/repeaterstore/fcc/compat-1900.php:13) in /home/motoun2/public_html/repeaterstore/fcc/compat-1900.php on line 25 Quote Link to comment https://forums.phpfreaks.com/topic/62773-solved-what-does-cannot-modify-header-information-mean/ Share on other sites More sharing options...
lightningstrike Posted August 1, 2007 Share Posted August 1, 2007 Read the topic in this forum labelled "HEADER ERRORS - READ HERE BEFORE POSTING THEM" Quote Link to comment https://forums.phpfreaks.com/topic/62773-solved-what-does-cannot-modify-header-information-mean/#findComment-312521 Share on other sites More sharing options...
sina Posted August 1, 2007 Author Share Posted August 1, 2007 Ooops. Reading now. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/62773-solved-what-does-cannot-modify-header-information-mean/#findComment-312523 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.