
06-21-09, 01:58 PM
|
 |
Level II Curmudgeon
|
|
Join Date: Dec 2004
Posts: 3,029
Thanks: 14
Thanked 34 Times in 33 Posts
|
|
Quote:
Originally Posted by Nico
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;
|
Or possibly:
PHP Code:
$port = $data->'80';
[/QUOTE]
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data (scroll down)
|