Function Problem php3/4
Posted: Thu Dec 18, 2003 10:39 pm
Ok, this is wierd. On my dev box.. i have a few functions for a login script.. and they work fine..i can call them and run them.. Its running apache php4.xxx... then.. when i run the exact same thing on the server, which is running php3.xxx I get the error:
Fatal error: Call to unsupported or undefined function redirect() in /newsite/login/index.php3 on line 63
why are my function calls not working? Do i need to define types for parameters or somthing? I have never really worked with php3 i learned it after 4 had come out.
Fatal error: Call to unsupported or undefined function redirect() in /newsite/login/index.php3 on line 63
why are my function calls not working? Do i need to define types for parameters or somthing? I have never really worked with php3 i learned it after 4 had come out.