Results 1 to 4 of 4

Thread: Image Check ????

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    7

    Unhappy 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

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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 ...

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    7

    Re: Image Check ????

    Iam new to PHP so how can I add image tag , what is the phrase
    thanks

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width