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

2005-08-17 Thread Jesús Fernández
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

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

2005-08-17 Thread Jordan Miller
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

[PHP] sending HTML (incl. embedded images) to browser

2005-08-17 Thread Jake Sapirstein
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