Re: [PHP] sending HTML (incl. embedded images) to browser
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
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