All pastes #664212 Raw Edit

Someone

public text v1 · immutable
#664212 ·published 2007-08-20 08:19 UTC
rendered paste body
<?php
$pic = "http://www2.creb.com/13/C3273413_9.jpg";
if ( file_exists($pic) ) {
    //
    echo "does!";
}else{
	echo "not";
}
?>