Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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++;
}
image text in transcribed

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