Hi,
I'm writing a script in which I include
include("class.FastTemplate.php");
but I'm getting the following error message:
Warning: Failed opening 'class.FastTemplate.php3' for inclusion
(include_path='/usr/local/phplib:/usr/local/ssldocs/ops/phpMyAdmin') in
/usr/local/htdocs/webteam/template_testing/demo.php on line 3
Do I have to have this class in the folder where I have my script? Or if I have to add this class to the present folder then does anybody know where can I download it from?
Thanks,