i am fairly new to php and i just realized that when i call a function before defining it in a script, a fatal error occurs. if i move the function definition up above the function call, then it works. it was my understanding that you coudl call functions before they were defined.
is there a settign in php.ini that i need to change or something?
i am using v 5.1.1.