![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: "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++) {
Line 88 is trying to set some cookies:
setcookie("currentYear","$year"); <-----------line 88
-Chris
|