Quote:
Originally Posted by kylek
StevenS beat me to the reply.
|
I was typing very fast.
I actually did a variation on this.
PHP Code:
$directory = rand(1,4);
$newavatar = rand(1,50);
$this->post['avatarurl'] = "images/funavatars/$directory/$newavatar.jpg";
I have 4 directories of avatars of 50 avatars each.
funavatars
..1
..2
..3
..4
Now I only wish I could add a conditional so it starts at midnight and ends at 11:59PM the user's time.