I'm trying to dispaly an image I put in the database with this script...
<?php echo $heroes->f("Image"); ?>
But get this error...
Fatal error: Call to a member function on a non-object in hero.php
Why?
That means $heroes is not an object.