I need help guys, are you familiar with the alchemy api? its a seo tool that runs on different platforms and what it does it extracts contents from web pages it uses the principle of content scraping. I downloaded the php SDK for alchemy api and i got an error i cannot load the page and if anyone here in this forum that is familiar with alchemy api or good with php i really need your help guys. the error says Fatal error: Class 'AlchemyAPI' not found in line 44
function CheckNoParams() {
$alchemyObj = new AlchemyAPI();//line 44
$alchemyObj->loadAPIKey("api_key.txt");
$htmlFile = file_get_contents("../example/data/example.html");
$htmlFile2 = file_get_contents("../example/data/example2.html");