"Banana","OR"=>"Orange", "AP"->""]; Write PHP code to do the following: a. Check if the key $frl-'MN' is in the array and then send the following message: The key MN is not in the array b. Check if the key $fr2='AP' has no value in the array and then send the following message The key AP has no value c. Check if the key $fr3='BN' is in the array and then send the following message The key BN has the value Banana (18) Given the following arrays: $stud-['sid'=>'26s1529', 'nm'=>'Khalifa Saif', 'colgcode'=>'ICT', " 'reg_courses'>[1,3,4] 1: / reg_courses means courses that Khalifa registered $courses-['Web Technology','Introduction to Database', 'Networking l', "Operating Systems', 'Technical Writing 1']: Use the 2 arrays to write PHP code to produce the following WB output: Khalifa Saif registered for the following courses: 1. Introduction to Database 2. Operating Systems 3. Technical Writing 1 (19) Study the following arrays: 1. "Banana", "OR"->"Orange", "AP"->"Apple"] 3. $frt2-["BN", "OR", "AP"); 4. ?> a. What is the relationship between $frtl and $frt2? b. What is the difference between the following 2 scripts and what will be its output? Web Application Development 1-ITDB201 50/104 ... "/>
Extracted text: 23:09 1 Safari ITDB201-WAD_handout_ver3.05_latest_7-9-2020 ... ل لتحرير والحفظ، سجل دخولك تسجيل الدخول (X) باستخدام الاشتراك. Web Application Development 1-T DB201 497104 University of Technology and Applied Sciences (15) Write PHP to calculate the age for the following date of birth: $dob="28-09-2016 18:36:10" Information Technology Department (16)Write PHP code to display the multiplication table of 9 inside HTML table as follows: Multiplication Table of (9) 9x1-9 9x 2-18 9x 3-27 * Make alternate background colors to the rows of table * If the question is the same except that the value 9 (or other value) is entered in a text box. 9x11-99 9 x 12 -108 (17) Given the following array: $fruits-["BN"->"Banana","OR"=>"Orange", "AP"->""]; Write PHP code to do the following: a. Check if the key $frl-'MN' is in the array and then send the following message: The key MN is not in the array b. Check if the key $fr2='AP' has no value in the array and then send the following message The key AP has no value c. Check if the key $fr3='BN' is in the array and then send the following message The key BN has the value Banana (18) Given the following arrays: $stud-['sid'=>'26s1529', 'nm'=>'Khalifa Saif', 'colgcode'=>'ICT', " 'reg_courses'>[1,3,4] 1: / reg_courses means courses that Khalifa registered $courses-['Web Technology','Introduction to Database', 'Networking l', "Operating Systems', 'Technical Writing 1']: Use the 2 arrays to write PHP code to produce the following WB output: Khalifa Saif registered for the following courses: 1. Introduction to Database 2. Operating Systems 3. Technical Writing 1 (19) Study the following arrays: 1. "Banana", "OR"->"Orange", "AP"->"Apple"] 3. $frt2-["BN", "OR", "AP"); 4. ?> a. What is the relationship between $frtl and $frt2? b. What is the difference between the following 2 scripts and what will be its output? Web Application Development 1-ITDB201 50/104 ...