Question: 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
