|
Php question - simple shit...
i need to insert an image into this page, and I know little about php
why when I put this in
<img src='images/CategoriesBox/header.jpg' width='150' height='15' border='0'>
does it give me a
Parse error: parse error, unexpected '<'
error?
how can I write that in php so the image shows up?
|