PHP Practical Slip 16 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 […]
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 accept product number from the user. Update the price of theproduct and display an appropriate
Create a form to accept patient details like name, address, birthdate, and mobilenumber. Once the Patient information is accepted, and
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