Hallo,
ich teste gerade die Snoopy Class ( http://sourceforge.net/projects/snoopy/ ) bekomme ist aber nicht zum Laufen.
Mein Testquelltext ist hier:
<?
include "Snoopy.class.php";
$snoopy->fetchtext("http://www.php.net/");
print ($snoopy->results);
?>
Die Fehlermeldung:
Fatal error: Call to a member function fetchtext() on a non-object in /html/Snoopy-1.2.4/test.php on line 3
was habe ich fasch gemacht?