Handsofmodder
07-26-2008, 09:43 PM
I'm trying to load an image using a variable, but all I get is a blanck page. Here's the code
<body>
<?php
$image='"http://www.simpsoncrazy.com/gallery/images/BartSimpson8.gif"';
print '<html><img src=$image/></html>'
?>
</body>
</html>
<body>
<?php
$image='"http://www.simpsoncrazy.com/gallery/images/BartSimpson8.gif"';
print '<html><img src=$image/></html>'
?>
</body>
</html>