_fortunes[rand(0, sizeof($this->_fortunes) - 1)]; $this->_image_resource = imagecreatefromgif('images/fortune_cookie.gif'); imagettftext($this->_image_resource, 9, 0, 135, 64, imagecolorallocate($this->_image_resource, 0, 0, 0), 'fonts/comic.ttf', $text); imagegif($this->_image_resource); } } // Set proper content type for GIF image header('Content-type: image/gif'); // Generate the GIF image $f = new Fortunes(); $f->MakeFortune(); ?>