PHP- Cannot use a scalar value as an array
Résolu/Fermé
A voir également:
- Fatal error: uncaught error: cannot use a scalar value as an array in
- Please install an operating system on your hard disk - Forum Matériel & Système
- Use of uninitialised value of size 8 ✓ - Forum C
- Use iphone as webcam - Guide
- Trying to access array offset on value of type bool ✓ - Forum PHP
- The input value is invalid. pdf ✓ - Forum Webmastering
1 réponse
Flachy Joe
Messages postés
2103
Date d'inscription
jeudi 16 septembre 2004
Statut
Membre
Dernière intervention
21 novembre 2023
260
28 nov. 2010 à 15:43
28 nov. 2010 à 15:43
Défini d'abord $_SESSION['retard'] comme un tableau :
$_SESSION['retard'] = array(); $_SESSION['retard']['truc']=$info[0];
28 nov. 2010 à 15:55
Merci
14 août 2013 à 18:40