PHP Practical Slip 7 Q.A
Write a PHP Script for the following:Declare and Display a multidimensional Array.Search and display a specific element from a Multidimensional […]
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
Write a PHP Script to check whether a year is a leap or not.
Write a PHP Script to display the total and percentage of Marks of Subjects (Out of 100) Data Structure, Digital