below is some code I am using to \"translate\" a map array into SQL code so I can easily update my database when I have updated my game map. As you can see it prints out the
$str = <<>> if( $fh = @fopen( "myfile.txt", "a+" ) ) { fputs( $fh, $str, strlen($str) ); fclose( $fh ); }
this should do...