Question: write php code so that the Shared Neutral box can be clickable and saves 1 to the database on save. should look like this current

write php code so that the Shared Neutral box can be clickable and saves 1 to the
database on save. should look like this
current code:
while($j$i)
{
//echo $wires[$j]["CKTNo"];
//bulid the table
if ($column %2==1){
//left side, odd numbers
//check if state if left poles
if ($left>0){
//if true , make blank. poles above
$lines.='
~
'.myEncode($wires[$j]["CKTNo"]).'
~
~
""
';
$j++;
$left--;
}
else{
//buildtable , load left=poles value in wires
//poles--;
//j++;
$lines.='
'.myEncode($wires[$j]["CKTNo"]).'
';
$left=$wires[$j]["CKTBKRP"];
$j++;
$left--;
}
$column++;
}
 write php code so that the Shared Neutral box can be

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!