Gorrdy - 2005-01-22

Ok i have read all the threads I could find, and removed ? and such from my form before creating it,  but it still doesnt work,  it just went from having a parse error about '=" to this one
PHP Parse error:  parse error, unexpected ',' in /home/bbainfo/public_html/php3form/forms/process.php3 on line 4

heres the script, i didnt change anything in it,  its just the way it was generated.

<form action='process.php3' method=post><table border=0><tr><td>Real Name</td><td><input type=text name='RealName'>*</td></tr><tr><td>Player Name</td><td><input type=text name='PlayerName'>*</td></tr><tr><td>Age</td><td><input type=text name='Age' size=2>*</td></tr><tr><td>Real Email</td><td><input type=text name='RealEmail'>*</td></tr><tr><td>I have read understand and fully agree with all Clan and Server rules</td><td><input type=radio name='IhavereadunderstandandfullyagreewithallClanandServerrules' value='Yes'>Yes<br><input type=radio name='IhavereadunderstandandfullyagreewithallClanandServerrules' value='No'>No<br>*</td></tr><tr><td>I understand there are montly dues of 10 and agree to pay these, non payment ontime will revoke my membership</td><td><input type=radio name='Iunderstandtherearemontlyduesof10andagreetopaythese,nonpaymentontimewillrevokemymembership' value='Yes'>Yes<br><input type=radio name='Iunderstandtherearemontlyduesof10andagreetopaythese,nonpaymentontimewillrevokemymembership' value='No'>No<br>*</td></tr><tr><td>Why do you want to be BBA and why should we accept you</td><td><textarea name='WhydoyouwanttobeBBAandwhyshouldweacceptyou' rows=20 cols=50></textarea>*</td></tr></table><input type=submit value='Submit Form'> <input type=reset value='Reset Form'></form>

Thanks for any help.