Recent content by wdrcad

  1. W

    What's wrong with this PHP file?

    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.
  2. W

    What's wrong with this PHP file?

    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.
Back
Top