- Topic: php --> Lang:en --> 23 days ago
Fatal error: Call to undefined function
I'm getting a 'Fatal error: Call to undefined function' error when trying to use a function. The error occurs in the following code: <?php functionName(); ?>. What should I do?