I have a site where members can post on certain topics. There are many topics and I use the sleep()
, sleep(20)
for instance, to enact a delay in the event of a submit. I know this is not a user-friendly method but for know it's what I am implementing. My question is, will this method hold up against a bot?
<form method="post" action="/example.php">
<?php sleep(20); ?>