[ create a new paste ] login | about

Link: http://codepad.org/IhTrAf9P    [ raw code | fork ]

PHP, pasted on Aug 6:
1
2
3
4
5
6
7
8
9
<?php

$arrayList = array('a', 'b', 'c', 'd', 'e', 'f');
      
foreach ($arrayList as $ext) {

  fwrite($fh, $nfo['row'][$table["$ext|data"]]);

}


Output:
No errors or program output.


Create a new paste based on this one


Comments: