PHP Chapter 1 Questions

By siraaron

Why use PHP?

Php is useful for a number of things including connecting and using databases, and allowing the server to interact with the users.  Php is great for submitting form data, and this can help in things such as online stores, online surveys, and message boards.

How is it written?

It looks difficult at first, but php seems to be a bunch of loops that tell the server to do certain things. For example, there could be a line of code that tells the server to show the visitor’s IP address on load.

Summarize reading info

Thic chapter gave a lot of insight on php, including how it is written, what it does, and what it is used for.

Leave a Reply