Is_file en php
Anti404
-
Utilisateur anonyme -
Utilisateur anonyme -
Bonjour,
le code dans fichier country.php
<?php if (is_file("flags/".strtolower($rows['ISO_Code']).".gif"))
{ echo '<img src="flags/"'.strtolower($rows['ISO_Code']).'".gif" " width="18" height="12" />';
} ?>
je veut affichié image tn.gif sous le dossier flags mais ça marche pas
merci d'avance
le code dans fichier country.php
<?php if (is_file("flags/".strtolower($rows['ISO_Code']).".gif"))
{ echo '<img src="flags/"'.strtolower($rows['ISO_Code']).'".gif" " width="18" height="12" />';
} ?>
je veut affichié image tn.gif sous le dossier flags mais ça marche pas
merci d'avance