05-11-2006, 05:51 PM
Merci Pascal tu as trouvé l'erreur!
La bonne syntaxe est:
La bonne syntaxe est:
Code PHP :
<?php
while ($assoc_stock = mysql_fetch_assoc ($result_stock))
{
${$assoc_stock['designation']} = $assoc_stock['quantite_actuelle'];
}