Re: sending HTML (incl. embedded images) to browser

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



i think using
echo '<img src="url/to/image"/>';
should display the image. 

if you want to make that image a link you should use:

echo '<a href="your/link"><img src="url/to/image"/></a>';

of course, you can use print or echo to send the output to the browser

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux