Re: "Cannot modify header information" with large HTML FORM options
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: "Cannot modify header information" with large HTML FORM options

From: Chris Robb <chrobb@gmail.com>
Date: Wed Mar 22 2006 - 04:17:18 CET

It's really just a standard for loop:

for ($j=0; $j <93; $j++) {
    echo "<OPTION VALUE='blah'>blah</OPTION>"; <---line 54
}

Line 88 is trying to set some cookies:

 setcookie("currentYear","$year"); <-----------line 88
 setcookie("streetName","$streetName");

-Chris
Received on Mon May 1 02:37:57 2006