as the title say i'm having a problem with the column that i just added in the table for my users. i'm getting a Notice: Undefined index:
this is my code:
$user = $_SESSION['user'];
echo "Your Job:".$user['job'];
I've tried to change the job to the username of the users and its working but for the new column that i add even though it has a value it's not working. i also try to insert a value in the new column that i add and its working fine but for getting its value its not working.