View Single Post
  #3 (permalink)  
Old 06-21-09, 01:58 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,029
Thanks: 14
Thanked 34 Times in 33 Posts
Quote:
Originally Posted by Nico View Post
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)
Reply With Quote