NEED help with preload image directery

i found A PRELOAD image script that works great but i need it to preload 2 directerys here is the script any help whould be aprishiated

<? $my_directory = ("/home/teamesp/public_html/games/souter/gif"); $dir = dir($my_directory); while($temp = $dir->read()) { $dirarray[] = $temp; } print j_array($dirarray); function j_array($var){ $javastr = ""; return $javastr; } ?>

run it twice.

just rename the javascript variable d to something else the second time.

Sponsor our Newsletter | Privacy Policy | Terms of Service