I'm having an error inside a for loop. The Error gives me to the Function line.
$Valor = "SELECT max(id) FROM tb_empresa";
For ($contatador = 0; $contador = $Valor; $contador++){
//Código
function estaParaExpirar($data, $dias=10) {
if (!strtotime($data) || empty($data)) return false;
return(strtotime($data) < strtotime("+".$dias. "days") );
}
Fatal error: Can not redeclare thisToExpire ()