Hi, I have a problem with the following code
running on 2 servers:
<?
registerUser();
function registerUser() {
// do something
}
?>
On W2K with IIS everything works fine but
the output on a Linuxserver is:
Fatal error: Call to unsupported or undefined function registerUser() in /home/admin/quiz/Maler/register.php3 on line 20
can anyone help me out?