> Fatal error: Call to unsupported or undefined function
> foreach() in ...
You're probably using PHP3 on that Apache server.
Jason
--
Jason Murray
[EMAIL PROTECTED]
Web Design Team, Melbourne IT
Fetch the comfy chair!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail
foreach doesn't work in Linux-Apache and OK in Win with IIS:
Fatal error: Call to unsupported or undefined function foreach() in ...
My code:
foreach ($lineas as $key => $value) {
if (strpos($value,";".$idf.";")>0)
{
print "";
$fila=split(";",$va
2 matches
Mail list logo