Got it,
'case anybody else needs this:

                $page =
file_get_contents('http://www.google.se/index.html');
                if(strstr($page,
'href="/imghp?hl=sv&tab=wi&ie=UTF-8"'))
                {
                  $resultt = 1;
                }
                else
                {
                  $resultt = 2;
                }

                echo $resultt;

Cheers,
Mag

=====
------
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)


                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to