pisze przecież ...
Cytat
Notice: Array to string conversion in D:\www\test\index.php on line 6
Notice: Array to string conversion in D:\www\test\index.php on line 6
Notice: Undefined variable: total in D:\www\test\index.php on line 7
popatrz, że już tu Ci się wali kod :
<?php
$tab2=array(\"masa 1\"); $tab1=array(\"masa 3\");
foreach (array($tab1,$tab2) as $val) { }
?>
rezultat:
Cytat
ArrayArray