Forum Moderators: coopster
<img src="/image/hello.gif" />
<img src="http://example.com/image/hello.gif" />
$fh = @fopen("http://example.com/image/hello.gif", rb);
if ($fh !== FALSE) {
header("Location: http://example.com/image/hello.gif");
...... [edited by: dreamcatcher at 8:09 am (utc) on Feb 18, 2010]
[edit reason] use example.com, thanks. [/edit]