I am new in PHP and setup Apache on my Mac 10.11.5. It was working fine for several days, and now ->
in PHP cannot be correct handled.
In index.php, I have:
include UC_ROOT."control/admin/backup.php";
In backup.php, I have:
include("data/mydb.php");
In mydb.php, I have:
if(!$this->linkid) @$this->linkid
When Apache renders the PHP page, it displays:
linkid) @$this->linkid = mys
It seems ->
is not recognized correctly.
Could someone please help me? Thank you.