Hye guys,
Just wanna ask can we add new field name at jos_user table than call back the data inside that field name using same code as below :
eg : field name> horoscope : virgo
Really appreciate your help.
Thank You
Just wanna ask can we add new field name at jos_user table than call back the data inside that field name using same code as below :
eg : field name> horoscope : virgo
<?php
$user = JFactory::getUser();
$Id = $user->id;
$Name = $user->name;
$Horoscope = $user->horoscope;
?>
Really appreciate your help.
Thank You