Michael Minden wrote:
Hi,
I wrote a script for a webcam overview that downloads images form
different locations like this:
$image = imagecreatefromjpeg($imgurl);
header("Content-Type: image/jpeg");
imagejpeg($image);
?>
I call it a few times inside an html file like this:
The Problem is that th
Hi,
I wrote a script for a webcam overview that downloads images form
different locations like this:
$image = imagecreatefromjpeg($imgurl);
header("Content-Type: image/jpeg");
imagejpeg($image);
?>
I call it a few times inside an html file like this:
The Problem is that this does not seem to be
2 matches
Mail list logo