Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Notice: Undefined variable: val in C: xampp htdocs alyssa FullForm 1 . php on line 8 0 Notice: Trying to get
Notice: Undefined variable: val in C:xampphtdocsalyssaFullFormphp on line
Notice: Trying to get property 'ExistingName' of nonobject in C:xampphtdocsalyssaFullFormphp on line
code:
query$sql;
$databasebind:relatedID", $id;
$databaseexecute;
$rows $databaseobject; Assuming 'single' fetches one row
$arrrows;
foreach $rows as $key $val
$arrrowsarray$val;
break;
if $SERVERREQUESTMETHOD" "POST"
Get the updated data from the form
foreach$rows as $key$val
$id isset$POST$id $POST$id : ;
$ExistingName isset$POSTExistingName $POSTExistingName : ;
$NewComputerName isset$POSTNewComputerName $POSTNewComputerName : ;
$CleanedCable isset$POSTCleanedCable $POSTCleanedCable : ;
$DustRemoved isset$POSTDustRemoved $POSTDustRemoved : ;
$LoginUpdated isset$POSTLoginUpdated $POSTLoginUpdated : ;
$ActiveDirectory isset$POSTActiveDirectory $POSTActiveDirectory : ;
$Antivirus isset$POSTAntivirus $POSTAntivirus : ;
$RamGB isset$POSTRamGB $POSTRamGB : ;
$ModelNo isset$POSTModelNo $POSTModelNo : ;
$OS isset$POST$OS $POSTOS : ;
$SerialNo isset$POSTSerialNo $POSTSerialNo : ;
$CurrentUser isset$POSTCurrentUser $POSTCurrentUser : ;
$CurrentLocation isset$POSTCurrentLocation $POSTCurrentLocation : ;
$DateRegistered isset$POSTDateRegistered $POSTDateRegistered : ;
$CompletedBy isset$POSTCompletedBy $POSTCompletedBy : ;
$ExistingName trimhtmlspecialcharsstriptags$POSTExistingName;
$NewComputerName trimhtmlspecialcharsstriptags$POSTNewComputerName;
boxsizing: borderbox;
#myInput
backgroundimage: urlcsssearchiconpng;
backgroundposition: px px;
backgroundrepeat: norepeat;
width: ;
fontsize: px;
padding: px px px px;
border: px solid #ddd;
marginbottom: px;
#myUL
liststyletype: none;
padding: ;
margin: ;
#myUL li a
border: px solid #ddd;
margintop: px; Prevent double borders
backgroundcolor: #fff;
padding: px;
textdecoration: none;
fontsize: px;
color: black;
display: block
#myUL li a:hover:notheader
backgroundcolor: #eee;
table
bordercollapse: collapse;
width: ;
td
border: px solid black;
padding:px;
textalign: left;
th
border: px solid black;
padding: px;
textalign: left;
backgroundcolor: #fff;
Computer ID Checklist
Existing Computer Name
New Computer Name
Cabling Cleaned Up
Dust Removed?
Log me in Updated
ActiveDirectory
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