Using include() within a loopfor ( $x = 1; $x<=3; $x++ ) { $incfile = "incfile$x".".txt"; print "Attempting include $incfile"; include( "$incfile" ); print "";}?>
";}?>