PHP Practical

Video tutorial playlist link :
https://www.youtube.com/playlist?list=PLolKdIQNXLsyIcoxlBJ4tHN8FQkro_BWb

BCA
Practical Assignment 1
  1. Write a program that display your details using PHP.
  2. Write a program that show how to declare variable ,how to initialize variable and that show PHP is case sensitive language.
  3. Write a program that shows all types of variable with the value and datatypes.check with different method and convert their data type with each other.
  4. Write a PHP program that accept two different values from user and perform addition.
  5. Write a PHP program to display student data using form.
  6. Write a PHP program that use arithmetic operators,increment and decrement operator,string operator.
  7. Write a PHP program that show use of logical , assignment,comparision operator.
  8. Write a PHP program that show use of decision statements.
  9. Write a PHP program that show use of looping statements.
  10. Write a PHP program that show entered number is even or odd.
  11. Write a PHP program that accept two different integer variable and check whether number is same or greater or small.
  12. Write a PHP program that accept three different integer variable and compare it.
  13. Write a PHP program that find out factorial of entered number.
  14. Write a PHP program that find out entered number is palindrome or not.
  15. Write a PHP program that check entered year is leap year or not.
  16. Write a PHP program that print Fibonacci series of given  number.
  17. Write a PHP program that calculate simple interest.(Enter values from user)
  18. Write a PHP program that swap variable.
  19. Write a PHP program that check whether input alphabet is a vowel or not.
  20. Write a PHP program to find HCF and LCM.
  21. Write a PHP program that reverse the number of entered number.
  22. Write a PHP program that show concept of array.(1.Indexed Array & 2.Associative array) and count the elements of array.
  23. Write a PHP program that show elements of array using each() and foreach().
  24. Write a PHP program that insert ,change , delete elements in array.
  25. Write a PHP program that find Maximum and Minimum elements from Array.







No comments:

Post a Comment