Code: Select all
Fatal error: Call to undefined method stdClass::Analyze() in /home/websites/client-includes/Copy of contact.php on line 21
Code: Select all
$getid3->Analyze($file);
Code: Select all
Fatal error: Call to undefined method stdClass::Analyze() in /home/websites/client-includes/Copy of contact.php on line 21
Code: Select all
$getid3->Analyze($file);
Code: Select all
// include getID3() library (can be in a different directory if full path is specified)
require_once('../getid3/getid3.php');
// Initialize getID3 engine
$getID3 = new getID3;