Programming PHP, 4th Edition > 1. Introduction to PHP > Flashcards
How can you create an HTML page full of information on how PHP was installed and is currently configured?
Using phpinfo()
How can you make a form submit to itself?
Set the form’s action attribute to $_SERVER[‘PHP_SELF’] super global.