Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

3. Why should you avoid HR when applying for a job

Answered: 1 week ago