I have been trying for a while now to try and get this PHP file working with my website, but this part I am completely confused on and I cannot find a fix as of yet. Here is the error:
PHP Code:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'{'' or `'$'' in C:\xampp\htdocs\web\panel.php on line 45
On this line stands:
PHP Code:
$port = $data->80;
And I am almost certain that the port is correct.
Can Anyone help me out?