RE: Some PHP Help
use scan dir to scan for all gif files. (scandir and substr). then load them all into an array get a random namber thats not bigger then count($array); and use that image.
www.php.net to look up those two functions =)
This post was edited on 11-25-2005 at 03:59 AM by Ash_.
|