You need to change it to this:
<?php
echo("<img src=\"/themes/gallerybanner.jpg\" width=\"125\" height=\"137\">);
?>
Output the whole tag, just remember to escape sequence your quotes.
You need to change it to this:
<?php
echo("<img src=\"/themes/gallerybanner.jpg\" width=\"125\" height=\"137\">);
?>
Output the whole tag, just remember to escape sequence your quotes.