PHP Practical Test Program List
PHP Practical Test Program List
4. Develop a program to find average of 3 subjects and calculate the class which has.
16. Write a program to create associative array and print this array.
17. Write a program to create multidimensional array and display array elements.
19. Write a program to calculate length of string without using string function.
20. Write a program to calculate number of words without using string function.
21. Develop a program to find sum of digit of any given number using function.
22. Develop a program to reverse the digit of any given number using function.
23. Write a program to find given string is palindrome or not using function.
24. Write a program to find given number is palindrome or not using function.
30. Write a simple PHP program to demonstrate the use of built in string function.
32. Write a PHP program to create registration form having Name, Address, Mobile No, Gender
(Redio Button) and class and validate a registration form.
33. Write a PHP program to create exam form having Enrollment No, Name, Subject (check box),
Fee, class and validate a registration form.
34. Write a PHP program to create Employee Registration form having Emp Code, Name,
Department (select), Payment, class and validate a registration form.
35. Write a PHP program to create registration form having Name, Address, Mobile No, Gender
(Redio Button) and class and display data.
36. Write a PHP program to create exam form having Enrollment No, Name, Subject (check box),
Fee, class and display data.
37. Write a PHP program to create Employee Registration form having Emp Code, Name,
Department (select), Payment, class and display data.
38. Write a PHP program to create Cookies, set value and read cookies data.
39. Write a PHP program to create Cookies, set value and expire cookies.
40. Create customer form for customer name, address, mobile no, item_purchase, amount using
different form input element & display user inserted values in new PHP form.
41. Create Employee form for Employee name, Address, Mobile no, Date of Birth, Post & salary
using different form input element & display user inserted values in same PHP form.
42. Write a PHP script to read Account information for customer name, account_no,
account_type, branch_name, city, amount from account table and display this information.
43. Write a PHP script to insert one record in student registration table (roll_no,
name,city,mobile_no) in mysql database.