View Single Post
ישן 03-06-11, 13:26   # 2
Haimz
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Sep 2010
הודעות: 1,221

Haimz לא מחובר  

קוד:
$url = "http://dosadasdo.png";
$image = @getimagesize($url);
if(is_array($image))
	// image exists
else
	// image no exists
  Reply With Quote