php3-list | 199903

Re: [PHP3] php & webcam trouble From: Jens Knoell (jens <email protected>)
Date: 03/18/99

Thanks everyone. Appending a "?" on its own worked with MSIE 3.x & 4.x, as
well as with NS 3.x ... but not with NS 4.x (checked the cache settings on
all browsers ofcourse). After making it something like this, it worked on
all browsers:

<?
echo "<img src=\"capture.jpg?dummy=\".filectime("capture.jpg")."\">";
?>

Just in case anyone else should ever run into a similiar problem :) Now I'm
going to make a proper page out of it - the HTML I wrote is sooo ugly ,)

Thanks again
Jens Knoell

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev-list-admin <email protected>