PHP Practical Slip 17 Q.A
Write a PHP script to define a function Even Odd, which will display even andodd numbers between 1 to 50.
Write a PHP script to define a function Even Odd, which will display even andodd numbers between 1 to 50.
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
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