The Scarlet Pimp
Supreme Member
- Apr 2, 2008
- 1,336
- 4,333
i'm writing an anti-spam routine and i want to know if this is the correct format:
if($use_nobot_check == "yes" && $color == "") {
echo "<body bgcolor=#D3D3D3>\n<h1>You did not answer the Anti-Spambot question. Hit your Back button, enter the correct answer and then resubmit the form.</h1>\n</body>\n";
exit;
}
if($use_nobot_check == "yes" && $color == "") {
echo "<body bgcolor=#D3D3D3>\n<h1>You did not answer the Anti-Spambot question. Hit your Back button, enter the correct answer and then resubmit the form.</h1>\n</body>\n";
exit;
}
Last edited: