Question: Hi all, can anyone help me with this php code, so basically i have a form for editing and update value in database, after updating

Hi all, can anyone help me with this php code, so basically i have a form for editing and update value in database, after updating i want the navbar which contain the updated value to change the ui automatically, i am thinking about using session but i dont know how to do
so in the file that have a form:
$_SESSION['LastName']]);
} else {
//echo "Please check that you have entered the correct details.";
}
mysqli_stmt_close($stmt2);
}
}
and in the navbar file:
//html code here.....
i use in the navbar

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!