Serving an image

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

 



Hello all.

I am sending an email with a logo at the top of the email.  The source of the image for the logo is:

http://myurl.com/image.php?id=5

Image.php then calls a function that simply returns the following:



$image='<img src="http://myurl.com/images/logo.jpg"; />';
return $image;



Calling the page directly via the URL http://myurl.com/image.php?id=5 works fine.
But when the email is opened, I get the broken link/image icon even though I can see in my source that the URL which works when loaded into a browser.

What needs to be done to serve that image to a email client when it is opened?

Thanks,


 
 --Rick



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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