PHP & MySQL (UPDATE statement)
Hello guys! I'm currently working on a script that should empty a field in a database every 24h. PHP: --------- list($hour, $minute, $second) = explode(":", date("H:i:s", time())); $empty = ""; if( (intval($hour) == 0) && (intval($minute) == 0) && (intval($second) == 0) ){
__________________
Website Development
Domain Name Forum
|