Hey there. I've got the following code:
class user {
  //URLs
  private static $signInURL = $_SERVER['DOCUMENT_ROOT'].'/?page=signin';
  ...
  ...
  ...
And i get
and unexpected T_VARIABLE error.
Can somebody tell me how to construct that url so it won't give me an error?