variable dans une variable - PHP - Programmation
Marsh Posté le 29-12-2002 à 17:12:46
j'ai fait ca et ca marche pas
<? $ntc=3; //nombre Total de Couleur $c1="#000000"; $c2="#E6B9D5"; $c3="#0000FF"; $rand=rand(1,$ntc); echo"$c$rand"; << c la que ca ne marche pas ?>
ya quoi de faux?
Marsh Posté le 29-12-2002 à 17:15:00
echo ${"c" . $rand}
Marsh Posté le 29-12-2002 à 17:39:49
merci
Marsh Posté le 01-01-2003 à 06:30:58
merci aussi... je connaissai pas...
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 29-12-2002 à 17:12:46
j'ai fait ca et ca marche pas
<?
$ntc=3; //nombre Total de Couleur
$c1="#000000";
$c2="#E6B9D5";
$c3="#0000FF";
$rand=rand(1,$ntc);
echo"$c$rand"; << c la que ca ne marche pas
?>
ya quoi de faux?