Incorporer mysql dans array

xunil2003 Messages postés 765 Date d'inscription   Statut Membre Dernière intervention   -  
 Utilisateur anonyme -
Bonjour,

Comment puis je incorporer ma basse de données mysql dans array

$comments = array (
	"A"	=>	array( 1 => "Receiver Outlet",
				   2 => "LED Living Room",
				   3 => "Ceiling Fan Light Living Room"
				  )
);


Merci.

1 réponse

Utilisateur anonyme
 
salut,
utilises Mysql_fetch_array()
0