i think using
echo '';
should display the image.
if you want to make that image a link you should use:
echo '';
of course, you can use print or echo to send the output to the browser
Hi Jake,
You don't have to do anything special, you just have to have
standards compliant HTML output.
What is the HTML for the IMG tag output to the browser (i.e. go to
the web browser, load the page in question, find the img tag, and
send us this text). I think maybe your images are jus
Hi List,
I am a PHP newbie, pardon the elementary question - I am starting out with
using print() to send HTML to the browser to be rendered. All is well with
text and tables and other HTML formatting, but when trying to send IMG tags, my
images aren't getting displayed.
Is there a good t
3 matches
Mail list logo