Hi Everybody,
Could you please help with my code, i have tried found the error in the script but it could not find. the error message is this
Parse error: syntax error, unexpected ‘.’ in C .
I have a look many times at the script, but i cant find the issue; here is the complete code
[php]<?php
session_start();
if (isset($_SESSION[“SESS_CHANGEID”])== TRUE) {
session_unset();
session_regenerate_id();
}
require(“config.php”);
?>