0% found this document useful (0 votes)
22 views

PHP Fair Record Questions

The document lists 30 programming questions related to PHP, MySQL and JavaScript. It includes questions on basic PHP programs, arrays, classes, inheritance, forms validation, database operations, and JavaScript programs for arithmetic, number comparisons, prime numbers, and form validation.

Uploaded by

Marianinu antony
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

PHP Fair Record Questions

The document lists 30 programming questions related to PHP, MySQL and JavaScript. It includes questions on basic PHP programs, arrays, classes, inheritance, forms validation, database operations, and JavaScript programs for arithmetic, number comparisons, prime numbers, and form validation.

Uploaded by

Marianinu antony
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Php Fair Record Questions

Dates- Php
13/09/2021 1. Program to find the grade of a student by entering subject marks

13/09/2021 2. Program to swap two numbers.

13/09/2021 3. Program to rotate three values of variables

13/09/2021 4. Program to find length of string

13/09/2021 5. Program to find the area of a triangle, rectangle and cube.

13/09/2021 6. To print n natural numbers.

13/09/2021 7. To find sum of digits of a number.

14/09/2021 8. To print even and odd number in between a range of values.

14/09/2021 9. To print day of the week.

14/09/2021 10. To check whether the number is palindrome or not.

14/09/2021 11. To check whether the number is Amstrong or not.

14/09/2021 12. To find the length of the string using user defined function

14/09/2021 13. To generate prime numbers upto a limit.

14/09/2021 14. To print factorial of a number

14/09/2021 15. To generate Fibonacci series

04/10/2021 16. program to print integer arrays.

04/10/2021 17. Program to read elements into the array and print it .

04/10/2021 18. program to print name and age of 5 persons using array.

04/10/2021 19. Create a class student and print the details using member functions.

04/10/2021 20. write a program to implement inheritance.

04/10/2021 21. Program to create a login form and validate it.

04/10/2021 22. Program to create an Application form and validate it.

PhpMyadmin

05/10/2021 23. Create a student database with atleast 4 fields and perform the operations

such as insertion,deletion,updation and selection by making php as front end .

05/10/2021 24. Create a book shop system using database.

JavaScript

05/10/2021 25. Perform arithmetic operation using JavaScript.


06/10/2021 26. Program to find greater of two numbers.

06/10/2021 27. Find the reverse of a number.

06/10/2021 28. Print the prime number upto a limit.

06/10/2021 29. Create a calculator using JavaScript.

06/10/2021 30. Create a login page and validate it by including name ,password and

Confirm password.

You might also like