Hey folks...
Can anyone spot this one?
Error: unexpected T_CONSTANT_ENCAPSED_STRING in /home/.gilgamesh/gppc/pinellasgreens.org/admin/caledit.php on line 90
Code:
echo "Is this a GPPC GM meeting?<input type=checkbox name=\"gm\" value=\"1\"";
if ($edit["gm"] == 1)
echo " checked>";
else echo ">";
echo "<br><br>";
(line 90 is the echo " checked>"; bit)
I must be blind, 'cause I can't see a problem... 🙁