I'm a big novice at PHP.
How are file paths represented? ie - in HTML it goes: <img src=images/filename.gif>
How would you do this in PHP?
Sorry it's probably a very stupid question.
G.
Actually, it's <img src="images/filename.gif">
But to answer your question: PHP spits out whatever you tell it to spit out. If you tell it to spit out HTML, it will spit out HTML.