This document contains 35 PHP interview questions and their answers. Some key details include: - Rasmus Lerdorf is the father of PHP. - $name is a variable while $$name is a reference variable. - Forms can be submitted via GET and POST methods. - Sessions are used to store temporary data across page requests and are closed when the browser closes. - Variables can be passed between pages via the session, cookies, or URL parameters. - Sizeof() and count() can be used to find the number of elements in an array. - Functions like mysql_create_db() can be used to create databases from PHP.