// why does this not work PHP in XAMMP stack
// error: "strtotime is not defined"
$date2 = strtotime( 2010-10-01 );
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 ...