‘; $out[$p] = $out[$p] .’
‘;
$p++; $out[$p] = ‘
‘; } $z *= -1; $out[$p] = $out[$p] .'<tr ‘. ( $z > 0 ? ‘class=”odd”‘ : ” ) .’>
‘. join(‘ ‘,$arr) .”; $i++; } if ( $i > 0 ) { $out[$p] = $out[$p] .’
‘; } if ( $p > 1 ) { $out[$p] = $out[$p] .’
‘; } // echo $out; $mytxt = ‘‘ ; // echo $mytxt; $myfile = fopen(“testout.php”, “w”) or die(“Unable to open file!”); fwrite($myfile, $mytxt); fclose($myfile); //echo ‘Result‘;
include ‘testout.php’;
?>