0% found this document useful (0 votes)
3 views1 page

Practical Questions For PHP

The document lists practical PHP programming questions and tasks, covering topics such as prime numbers, factorials, Fibonacci series, and various string, math, and array functions. It also includes database operations like creating, updating, and deleting records in MySQL, as well as handling data through HTML forms. Overall, it serves as a comprehensive guide for practicing PHP programming skills.

Uploaded by

digital141103
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Practical Questions For PHP

The document lists practical PHP programming questions and tasks, covering topics such as prime numbers, factorials, Fibonacci series, and various string, math, and array functions. It also includes database operations like creating, updating, and deleting records in MySQL, as well as handling data through HTML forms. Overall, it serves as a comprehensive guide for practicing PHP programming skills.

Uploaded by

digital141103
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

PHP PRACTICAL QUESTIONS

1. Prime Number
2. Table of Number
3. Factorial Program
4. Factorial using Recursion in PHP
5. Armstrong Number
6. Palindrome Number
7. Palindrome Number using Form in PHP
8. Fibonacci Series
9. Reverse number
10. Reversing Number in PHP
11. Reversing Number With strrev () in PHP
12. Swapping two numbers
13. Swapping Using Third Variable
14. Swapping Without using Third Variable
15. Leap Year Program
16. Alphabet Triangle Method

17. 18. 19. 20.


21. Write a program to find second highest number in an array.
22. Write a program to calculate Electricity bill in PHP
23. Write a simple calculator program in PHP using switch case
24. Remove specific element by value from an array in PHP?
25. Write a PHP program to count the words in the string
26. Write a PHP program to convert a string into uppercase.
27. Create connection in between php and MySQL.
28. Define various string functions, with example.
29. Define various maths functions, with example.
30. Define various array functions, with example.
31. Define various file functions, with example.
32. Write a program for Joining two tables.
33. Write a program for loops.
34. Write a program for foreach loop.
35. Write a program for arrays.
36. Write a program for functions.
37. Select database in MySQL from PHP
38. Create database
39. Create table
40. Insert record into table
41. Insert multiple records
42. Update record
43. Delete Data From a MySQL Table
44. Select Data With MySQLi
45. Select data from Database in HTML form
(Displaying returned data on Web pages,)
46. Inserting data from html
47. DISPLAY DATA FROM EMP TABLE (html form)
48. INSERT RECORD (html form)
49. UPDATE RECORD (html form)
50. DELETE RECORD (html form)
51. SEARCH RECORD (html form)
52. Create a project in which perform all dml operations (html form)

You might also like