Explain different PHP control structures with example.
[7 marks]Write the difference between GET and POST method. Explain any one method with suitable example.
[7 marks]Explain types of array in PHP with suitable example.
[7 marks]Explain Following functions: strlen(), date(), strpos(), strrev(), strtoupper(), str_replace(), isset().
[7 marks]Explain PHP user define functions with and without argument.
[7 marks]Explain PHP Send Mail by suitable example
[7 marks]Explain cookies in PHP by suitable example
[7 marks]Explain PHP file upload by suitable example
[7 marks]Explain session in PHP by suitable example
[7 marks]What is difference between include() and require() functions with an example.
[7 marks]What function can be used to create directories in PHP? Provide an example of its usage.
[7 marks]How do you navigate directories in PHP? Provide examples of functions or methods used for directory traversal.
[7 marks]What is an array? Explain all sort functions for arrays.
[7 marks]Define AJAX and describe its configuration process. Explanation key settings associated with AJAX.
[7 marks]Write a sample code to do form validation using jQuery.
[7 marks]Explain jQuery event methods with an examples
[7 marks]Explain jQuery selectors with an example.
[7 marks]