[an error occurred while processing this directive] [an error occurred while processing this directive]

PHP – Les tableaux

Créer un tableau

Exemple de création de tableau


$aConnect= array();
$aConnect['ip']= "localhost"; // le serveur
$aConnect['login']= "root"; // le login
$aConnect['password']= ""; // mot de passe
$aConnect['database']= "mabase"; // nom de la base de données

Publier par Michel PIALLIER dans PHP - Les tableaux Commentaires fermés sur PHP – Créer un tableau
[an error occurred while processing this directive]
[an error occurred while processing this directive]
[an error occurred while processing this directive]