bonsoir monsieur;
mon script me renvoit se message d'erreur,veuillez m'aider à trouver la solution.
Warning: reset(): Passed variable is not an array or object in c:\program files\easyphp1-8\www\gestion11_08_05maison1\save\xtdump07_webcron_setup.php on line 223
Warning: Variable passed to each() is not an array or object in c:\program files\easyphp1-8\www\gestion11_08_05maison1\save\xtdump07_webcron_setup.php on line 224
voila comment j'ai ecris ce script:
reset($tbls);
while (list($i,$val) = each($tbls))
{
fputs($fp,"\$tbl[] = '".$val."';\n");
}