iogames
06-05-2008, 11:59 PM
How do I call an Image or Logo in PHP?
I tried this and it doesn't work
<img scr="/images/logo.gif" width="50px" height="50px">
CHMOD 0777
Tried this too:
<div id='header'><img src='<?php echo $this->imagesDir ?>/logo.gif'></div>
I tried this and it doesn't work
<img scr="/images/logo.gif" width="50px" height="50px">
CHMOD 0777
Tried this too:
<div id='header'><img src='<?php echo $this->imagesDir ?>/logo.gif'></div>