Lab 5: PHP Basic

  • Create a PHP Project

  • Index Page

  • Navigation Page

  • Footer

  • Some Other (2) Page

  • Add a logo on each page.

  • Create a PHP function to test Odd/Even

  • Call the function in a loop starting from 5 and ending at 20. print results in each new line on the home page.

  • Initialize an Array and insert 1 to 5 using loop and print the array value in each new line.

  • Initialize a String and test each character whether it is Vowel or Consonant print in each new line.

Last updated