You are here: Re: [PHP] how to verify image and not http error is returned to browser « PHP « IT news, forums, messages
Re: [PHP] how to verify image and not http error is returned to browser

Posted by Rasmus Lerdorf on 10/02/86 11:10

Cindy Reeves wrote:
> Hi. I want to include an image on my home page that is dynamically created
> from another website. The source code on a typical HTML page would be <img
> src="http://www.othersite.com/returnedimage.aspx">
>
> I don't trust their server will always be up/respond, so I want to use a PHP
> function to determine whether a GIF has been returned (oppsed to an HTTP
> error) before sending it to the browser. Any recommendations how to do this?

<img src="/image.php" />

image.php:
<?php
$image=file_get_contents('http://www.othersite.com/returnedimage.aspx');
if(substr($image,0,3)=='GIF') echo $image;
else readfile('alternate_image.gif');
?>

-Rasmus

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация