|
-
Apr 11th, 2006, 07:44 AM
#1
Thread Starter
New Member
Image Check ????
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
-
Apr 11th, 2006, 08:07 AM
#2
Re: Image Check ????
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 ...
-
Apr 11th, 2006, 09:15 AM
#3
Thread Starter
New Member
Re: Image Check ????
Iam new to PHP so how can I add image tag , what is the phrase
thanks
-
Apr 11th, 2006, 09:19 AM
#4
Re: Image Check ????
HTML Code:
<img src="image-test.php">
image-test.php:
PHP Code:
// If this file is executed, images are ON
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|