PHP- Cannot use a scalar value as an array
Résolu/Fermé
A voir également:
- Uncaught error: cannot use a scalar value as an array
- Trying to access array offset on value of type bool ✓ - Forum PHP
- Use of uninitialised value of size 8 ✓ - Forum C
- Use iphone as webcam - Guide
- Please install an operating system on your hard disk - Forum Matériel & Système
- Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] connection refused ✓ - Forum Logiciels
1 réponse
Flachy Joe
Messages postés
2103
Date d'inscription
jeudi 16 septembre 2004
Statut
Membre
Dernière intervention
21 novembre 2023
258
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