Posted by Xav on 10/26/07 02:43
Why does this not work ?
$fileDir = '../folder2/';
$content is an array of php files, file1.php file2.php file3.php
etc...
$c = count($content);
for( $x=0; $x<$c; $x++ ){
include( $fileDir.$content[$x] );
}
any ideas would be appreciated,
thanks.
Xav
Navigation:
[Reply to this message]
|