I need an image on a page which is always in the same format:
../herodb/title.{firstname}.{lastname}.gif
Does the next script work for this?
../herodb/title.<?php echo $hero->f("FirstName"); ?>.<?php echo $hero->f("LastName"); ?>.gif