Posted by Chris Robb on 03/22/06 05:17
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
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming