PHP Practical Slip 8 Q.A
Write a a PHP script to define a function Even Odd, which will display even and odd numbers between 1 […]
Write a a PHP script to define a function Even Odd, which will display even and odd numbers between 1 […]
Write a PHP script to calculate the factorial of a number using a function.
Write a PHP Script for the following:Declare and Display a multidimensional Array.Search and display a specific element from a Multidimensional
B) Write a PHP script to calculate the area and volume of a cylinder using a function.
Write PHP program to perform the following operations on Indexed Array:Union of two arraysTraverse the array elements in random order
Write a PHP Script to display the reverse of a number. E.g. 607 =>706.
Write a PHP Script to display the grade of the student according to percentage.Use the following conditions:Percentage <40 => Grade=”Fail”Percentage
Write a PHP Script to display a perfect numbers between 1 to100.
Write a PHP Script which will perform the Addition, Subtraction, Multiplication,and Division of two numbers as per the choice. (Use