intanto per mettere in simbolo DIVERSO userei "!=" puoi scirvere così:
e per la query nulla magari può essere utileCodice PHP:while($d = mysql_fetch_array($exec))
{
if($d['DataPartita'] != $oggi)
{
echo "OK";
}
else if ($d['DataPartita'] == $oggi)
{
echo "NON ACCESSIBILE";
}
}
Codice PHP:else if(mysql_num_rows($exec)==0)

 
			
			 
					
					
					
						 Rispondi quotando
  Rispondi quotando