PHP Practical Slip 11 Q.B
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 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
Write a ‘C’ program to accept n elements store those elements in array and findand replace a given number.
Write a a PHP script to define a function Even Odd, which will display even and odd numbers between 1