Define the following terms. 1. Explain php.ini 2. Get & Post 3. What does PHP stand for? 4. How Many way to add a comment in PHP code? 5. What type of language is PHP? 6. What is CSS? List out its types? 7. Is PHP variable case sensitive?[true/false]
[7 marks]Explain Following functions. 1. strtoupper() 5. date() 2. strlen() 6. is_array() 3. file_exists() 7. strrev() 4. number_format()
[7 marks]What are the different control structures in PHP? Explain them with example.
[7 marks]List and explain different String manipulation functions used in PHP.
[7 marks]Differentiate between require () & require_once()? Write a scenario where we can use include () & include_once () with example.
[7 marks]Write the difference between GET and POST method. Explain any one method with suitable example.
[7 marks]Explain functions creating and calling with or without arguments in PHP
[7 marks]Explain any seven functions of file with example.
[7 marks]What is the use of Multidimensional Array? How to add and retrieve values in that Array?
[7 marks]What is a cookie? How to create and delete cookie in PHP explain with example.
[7 marks]Create a student registration form with validation using AJAX.
[7 marks]What are Sessions? How to create a session and accessing session variables? How to delete a Session? Explain with suitable examples.
[7 marks]What is JSON? How to send JSON data to server? Explain with example.
[ marks]Write a program to develop student registration form and Login only register student after login welcome page display.
[7 marks]How to Send Mail in PHP? Explain in detail.
[7 marks]What are events? Explain jQuery event methods with an examples.
[7 marks]How to upload files in PHP? Explain with example.
[7 marks]