note 86126 deleted from function.strstr by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: webmaster at webb3 dot net
Reason: spam

----

However if you want to get something from external websites it's better to use something else.

Example: 
<?php
$file = file_get_contents('http://www.mysite.com/');
$xp1 = explode('<div class="result">', $file);
$xp2 = explode('</div>', $xp[1]);
echo $xp2[0];
?>

Thanks to http://blogs.webb3.net/ and http://www.webb3.net/ for this :)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.