Posted on Wednesday 25th February 2009 at 10:52 PM
In my signup script i have
but its not working the html for the tos check box is as follows:
When i check the box it still says i have not accsepted the tos when i have! any ideas?
PHP Code
} elseif ($toscheck = "off") { $message = "You must accsept the Terms of Service if you wish too register."; }else{
but its not working the html for the tos check box is as follows:
PHP Code
<td width="50%">I accept the Terms of Service (must accsept)*: </td> <td width="50%"><input name="toscheck" type="checkbox" value="toscheck"/></td>
When i check the box it still says i have not accsepted the tos when i have! any ideas?