Jump to content

Any ideas?


GetReady

Recommended Posts

Hey my code was workign fine before i added these lines into the correct areas of the php that im 100% sure about the following was added;

 

$tos= $_POST['tos']; 
$tos= strip_tags($tos);

 

}else{

if (!(isset($tos))){
echo 'you must agree to our TOS';

}else{

 

<td colspan="2"><input type="checkbox" name="tos" value="true">
                  I have read and agree to comply with the <a href="tos.php" target="_new">terms 
                  of service</a></td>

 

Im getting the error message; Parse error: syntax error, unexpected $end

 

Any help would be great; Thanks.

Link to comment
https://forums.phpfreaks.com/topic/204615-any-ideas/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.