You are calling class does not belong to php. Download simple_html_dom class here and use the methods included as you like it. It is really great especially when you are...
Several possibilities: You have safe mode enabled. That way, only exec() is working, and then only on executables in safe_mode_exec_dir exec and shell_exec are disabled in php.ini The path to the...
PHP5 plugins outside those included in a plain default install (from installing just a php5 plugin for apache, or php5-fpm or similar) will not exist, and because of that,...
T_PAAMAYIM_NEKUDOTAYIM is the double colon scope resolution thingy PHP uses – :: Quick glance at your code, I think this line: return $cnf::getConfig($key); should be...