Calling images with PHP?
Posted by: sweetbriar
Posted on: 2004-03-09 12:57:00
EDIT--never mind. I figured it out. But now I'm having trouble with pagination without database... ^^;; Any help?
I'm really confused...I can't seem to find a function or anything that calls an already existing image with php. What I want to do is stick this in my if...else statement:
if ($stripid == 1)
{
echo ("This is strip 1");
img src="http://www.mad-as-sin.com/images/about.png"
}
Someone told me that the HTML img src code works but apparently it doesn't. Please help!
Edited by sweetbriar on 03/09/04 05:12 PM (server time).