I am trying to set a restriction on a PHP script. For example, the index.phpuser enters the code / password and is redirected to content.php
there, he can use my script to say so final.php.
I need something like this after using my script if he wants to use it again. He needs to wait 5 minutes or so.
those. the user should not have access to final.php(from content.php), and instead he should receive an error message, please wait 5 minutes.
I am new to PHP, so please help me out.
source
share