Narrative Home

For this website, we learned a big introduction to a small portion of how to create a website using PHP rather than HTML5. PHP, like the other "elements" of coding such as jQuery or Javascript, has a whole other functionality to it. Unlike HTML5, PHP does not create the content locally on the user's server. How PHP works is it uses stores PHP pages that are sent from a web server rather than the users device. We included several pages of PHP we created into our website which is visually and methodically more efficient. Using what we learned, we practice with PHP by creating a secret page which allows a user with a given username and password to access that page and logout out from the same page. Though it seems like a lot, we only learned a very SMALL portion of PHP. In this unit, we will be working more with PHP and learn more about it.

Visitor 2120