Hello,
I've this probleme with a php script. I use it with PHP5. I try to find a solution...but i do'nt find anything. Thank you for your help and sorry for the english, it's not my native language.
regards
error message :
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/footunit/www/admin/gestequipes.php on line 218
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/footunit/www/admin/gestequipes.php on line 219
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/footunit/www/admin/gestequipes.php on line 220
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/footunit/www/admin/gestequipes.php on line 221
Warning: Variable passed to each() is not an array or object in /home/footunit/www/admin/gestequipes.php on line 222
Lines on gestequipe.pht with problem
218 reset ($url);
219 reset ($nom);
220
221 reset ($etat);
reset ($idd);
222 while ( list ($cle, $val)= each ($url) and list ($cle, $val1)= each ($nom) and list ($cle, $val2)= each ($etat) and list ($cle, $val3)= each ($idd))