Hi,guys
So I'm trying to make a script that loops through my Database and checks if a value that I've defined is equal to one from the database and then does something.
Example:
if I define
$myDate = date("d/m/Y");
and I have a column in my database that is called date.I want to check if $myDate = date and then do something(like sending an e-mail). After that the script should check the next row and so to the end of the mySQL database.
Thanks in advance for the answers.


