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()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can you make a form submit to itself?

A

Set the form’s action attribute to $_SERVER[‘PHP_SELF’] super global.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly