Welcome to my digital presence on the web.
This page is a random collection of musing, links, humor, whatever.
require('php/phpmyfortune/phpmyfortune.php');
$pmf= new phpmyfortune();
// U must set your fortune files ;)
$pmf->setFileName("php/phpmyfortune/friendquotes.fortune");
if (! ($pmf->isError))
{
echo $pmf->getFortune();
}
if ($pmf->isError)
{
echo "ERROR !!! ".$pmf->stringaErrore;
}
?>