Jump to content

multiple page execution


alextaylor

Recommended Posts

why wouldn't you just use the include function...

 

make an array of your pages you want to include, and iterate through the array

 

foreach ($pageArray as $page){

include($page);
sleep(1);
}

 

is the eval function better in any way? faster perhaps?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.