Le code suivant me renvoie l'erreur :  
Notice: Undefined variable: cas in c:\...\test.php?on line 2
sachant que dans le navigateur je rentre l'adresse suivante : http://localhost/.../test.php?cas=1
 
Code :
 - <?
 - if ($cas==1)
 - 	{
 - 	echo "ok";
 - 	}
 - ?>
 
  | 
 
Je ne comprend pas pourquoi ca ne marche pas, alors qu'avant sur un serveur payant ca marchait. MERCI DE VOTRE AIDE.