Hi
you know in Mozilla FireFox browser you can turn images Off/On , so is there a PHP code can detect if the surfer turning image off or on
is it possible ?? plz hlp
thanks
Printable View
Hi
you know in Mozilla FireFox browser you can turn images Off/On , so is there a PHP code can detect if the surfer turning image off or on
is it possible ?? plz hlp
thanks
You could put an image tag on the page whose source is a PHP script. If that script is called, then the user has image display on ...
Iam new to PHP so how can I add image tag , what is the phrase
thanks
image-test.php:HTML Code:<img src="image-test.php">
PHP Code:// If this file is executed, images are ON