Thread
:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `'{'' or `'$'' ..
View Single Post
#
2
(
permalink
)
06-21-09, 10:40 AM
Nico
Community Leader
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
A variable name should follow after the arrow. And since variable names cannot begin with numbers, you're getting a parse error. Are you sure it's not something like this?
PHP Code:
$port
=
$data
->
port
;
...?
__________________
Zend Certified Engineer
|
My Twitter
|
HotScripts' Blog
|
HotScripts' Twitter
|
How to ask questions the smart way
Nico
View Public Profile
Visit Nico's homepage!
Find all posts by Nico