Forum Moderators: coopster
In PHP 3, functions must be defined before they are referenced. No such requirement exists since PHP 4. Except when a function is conditionally defined [...] When a function is defined in a conditional manner [...] Its definition must be processed prior to being called.[us2.php.net...]