Jump to content

manohoo

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

manohoo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. $user->attributes() is a method (function) $user->attributes is a property (variable) if $user->attributes is an array then you can display it's contents like this: print_r($user->attributes);
  2. there's no need to echo when calling the function, try this: month($birthdate_month, $birthdate_day, $birthdate_year);
×
×
  • 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.