PHP Practical Slip 12 Q.B
Write a PHP Script to check whether a year is a leap or not.
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
Write a PHP Script to display the surface area and volume of a cuboid. (Hint: surfacearea=2(lb+lh+bh ), volume = lbh
Write a PHP Script which will convert temperatures from Celsius(C)to Fahrenheit(F). (Hint: C=5.0/9(F-32).
Write a PHP script to accept font name, background color, and welcome message on1st page. Display the welcome message with
Write a PHP Script to create a class Fruit that contains data members as Name,Color and Price. Write a member
Write a PHP Script to create a class Fruit that contains data members as Name, Color and Price. Write a
Write a PHP script to swap two numbers using a function. (Use Call by value and Call by reference).
Write a PHP script to define a function Maximum, which will accept 3 numbers as parameters and returns a maximum