Parse error: T_REQUIRE_ONCE in
I have a file that I can put on one server and it runs fine. But when I put the same file on another server it gives me this error.
Parse error: parse error, unexpected T_REQUIRE_ONCE in c:\hosting\myPath on line 4
require_once "../scripts/conn.php"; this is line 4 but the line above it is also a require once
require_once "../scripts/validation.php";
I am also not able to use
header("location: index.php")
Is there a setting I need to adjust in the ini file.
__________________
Peace
Mike
http://www.eclecticpixel.com
|