View Single Post
  #3 (permalink)  
Old 06-21-09, 02:58 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 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 | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote