Interview :: PHP
31) What is the difference between indexed and associative array?
33) Explain some of the PHP string functions?
35) How can you submit a form without a submit button?
You can use JavaScript submit() function to submit the form without explicitly clicking any submit button.
36) What are the ways to include file in PHP?
37) Differentiate between require and include?
38) Explain setcookie() function in PHP?
40) What is a session?