Jump to content

unexpected T_PAAMAYIM_NEKUDOTAYIM


doddsey_65

Recommended Posts

im getting the double colon error on this line:

 

if(logged_in($user::$data['u_uid']))

 

$user is defined as new sessionsClass and $data is a public static variable which holds all the user information. So why am i getting this error? it works fine locally.

 

Link to comment
Share on other sites

it works fine locally.

 

I'm going to guess that "locally" you're using PHP 5.3 and "not locally" you're using PHP 5.2 (or lower).  The former allows you to use a variable as you have, the latter does not. In short, prior to PHP 5.3.0 you must hard code the class name there.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.