1 2 3 4 5
<? print "Before include....\n"; $retval = include("testarray"); print "After include, include returned $retval\n"; ?>