View Single Post
  #1 (permalink)  
Old 06-21-09, 10:22 AM
Sheen Sheen is offline
New Member
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'{'' or `'$'' ..

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 errorparse errorexpecting `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?
Reply With Quote