1. Introduction to PHP Flashcards
Learn some history on PHP and installing. Won't be many cards here.
1
Q
How can you create an HTML page full of information on how PHP was installed and is currently configured?
A
Using phpinfo()
2
Q
How can you make a form submit to itself?
A
Set the form’s action attribute to $_SERVER[‘PHP_SELF’] super global.