I am looking for a function or other tool (but not debug) that can write all the lines which run/execute in a PHP file in the order they were run. Is there something like this?
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...