L
Lewis
Guest
$subject=$_POST['subject'];
$charlimit = 20;
if (strlen($subject) < $charlimit)
{
print "<table border=0 width=50% align=center bgcolor=#999999><tr><th width=100%><font color=red size=3>You cannot exceed 60 characters for your subject!</font></th></tr></table><br /><br />
<center><a href='gforum.php'><font color=white size=2><b>< Go Back</font></b></a></center>";
}
$charlimit = 20;
if (strlen($subject) < $charlimit)
{
print "<table border=0 width=50% align=center bgcolor=#999999><tr><th width=100%><font color=red size=3>You cannot exceed 60 characters for your subject!</font></th></tr></table><br /><br />
<center><a href='gforum.php'><font color=white size=2><b>< Go Back</font></b></a></center>";
}