[snip]
Notice: Use of undefined constant {several times}
[/snip]

This means that several constants are undefined. You should have the
following for each of these constants...

define ("constant-name", "constant-value");

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to