Posts

Showing posts with the label php

2023 PHP quation bank for bca/(bba(ca))

    PHP Imp questions 2 Marks Questions  Q.1. What is a riable?  Q.2. What is a string?  Q.3. What is an array?  Q.4. Define types of arrays.  Q.5. What are data types?  Q.6. What is a conditional statement?  Q.7. What is a loop?  Q.6. a Give syntax for do... while loop.  Q.8. What is a function? Q.9. What is an object?  Q.10. Explain syntax for function passing values by reference.  Q.11. What is GET?  Q.12. What is POST?  Q.13. What is the use of <form> tag?  Q.14. What is the use of <input> tag?   Q.15. Write a short note on the POST method.  Q.16. Difference between GET and POST methods.  Q.17. Difference between $_GET and $_POST variable.  Q.18. Write a short note on the GET method.  Q.19. Write a short note on the POST method. note the What s the difference between client-side validation and server-side validation?  Q.21. Explain the parameters of mail () ...