topical media & game development
professional-search-10-seophp-fortune-cookie.php / php
<?php
class Fortunes
{
// Array with possible fortune predictions
var _image_resource;
// Generate fortune cookie image
function MakeFortune()
{
this->_fortunes[rand(0, sizeof(this->_image_resource = imagecreatefromgif('images/fortune_cookie.gif');
imagettftext(this->_image_resource, 0, 0, 0),
'fonts/comic.ttf', this->_image_resource);
}
}
// Set proper content type for GIF image
header('Content-type: image/gif');
// Generate the GIF image
f->MakeFortune();
?>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.