Answered step by step
Verified Expert Solution
Question
1 Approved Answer
redirecting using header does this: rewrite the code so that it saves the data to the the data base and then redirects properly to the
redirecting using header does this:
rewrite the code so that it saves the data to the the data base and then redirects properly to the new ID value.
code :
query$sql;
$databasebind:id$id;
$databasebind:ExistingName",$ExistingName;
$databasebind:NewComputerName",$NewComputerName;
$databasebind:CleanedCable",$CleanedCable;
$databasebind:DustRemoved",$DustRemoved;
$databasebind:LoginUpdated",$LoginUpdated;
$databasebind:ActiveDirectory",$ActiveDirectory;
$databasebind:Antivirus",$Antivirus;
$databasebind:RamGB",$RamGB;
$databasebind:ModelNo",$ModelNo;
$databasebind:OS$OS;
$databasebind:SerialNo",$SerialNo;
$databasebind:currentUser",$currentUser;
$databasebind:currentLocation",$currentLocation;
$databasebind:DateRegistered",$DateRegistered;
$databasebind:CompletedBy",$CompletedBy;
$databaseexecute;
headerLocation: FullFormphpid$valid;
exit;
FullFormphpid
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started