I am recently new to this wonderful world of PHP and I am slowly working my way to understanding some of it.
However, I have installed PHP 4.1.1 (Windows 2000) and the lastest version of Fast Templates. With my first coding example I am getting the warning 'Use of undefined constant'. This is being generated from the $tpl->parse and the FastPrint statements.
I know that I installed PHP with ALL the error warnings ON but wondered how to get arround these warnings without have to rely on turning the warnings OFF in the php.ini.
Can anyone help?