PHP Practical Slip 20 Q.B
Write a PHP script to accept employee details (name, address) and earning details(basic, DA, HRA). Display employee details and earning […]
Write a PHP script to accept employee details (name, address) and earning details(basic, DA, HRA). Display employee details and earning […]
Write a PHP script to accept font name, background color, and welcome messageon 1st page. Display the welcome message with
Write a PHP program to accept name, address, pincode, gender information. If anyfield is blank display error messages “all fields
Write a PHP Script to create a class Book (Book_id, Book_name, Publication,Author, Book_price). Write a member function to accept and
Write a PHP Script to create a class Student that contains data members asRoll_Number, Stud_Name, and Percentage. Write member functions
Write a PHP script to swap two numbers using a function (Use Call by value andCall by reference).
Create an online flight registration form. On the first page accept name, address,birthdate, and mobile number. On the second page
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.