Question: Why wont my webpage work? Code is below .button { display: inline-block; border-radius: 4px; background-color: #f4511e; border: none; color: #FFFFFF; text-align: center; font-size: 28px; padding:
Why wont my webpage work?
Code is below
Web Based Widget Dashboard - $filename "); print ("Widget Production Color Code "); print ('Below 10 widgets per hr. = Red '); print ('10 widgets per hr. = Blue '); print ('Exceeding 10 widgets per hr. = Green '); print("Code Widgets Date Time "); for ($n=0; $n < count($array); $n++) { $string = $array[$n]; $widgets = substr($string,0, 2); $date = substr($string,3, 9); $time = substr($string,11,19); if ($widgets < 10) { print(""); } elseif ($widgets == 10) { print("" ); } else { print("" ); } print(" $widgets $date $time "); } ?>
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
