Code Challenge #1 Handling Data with Forms All about how to pass data and variables seen and unseen. Today’s focus is on the super global arrays: $_GET[ ] and $_POST[ ]. But we’ll talk about the HTTP(s) protocol and other super global arrays. There are no slide examples for this lecture.
Video Lectures for Week 1
Day One Intro to PHP: What is PHP? Programming Review Day Two Forms and Handling Data Day Three Mail Processing Day Four Headers, Cookies and Sessions Day Five Database Basics
Code Challenge #1
Hello World It’s a tradition when learning a new language the first thing you do is create a thing that says: “Hello World” Now it’s your turn! Create your own Hello World page using PHP and CSS. Get creative and have fun with it! Save file as firstname_lastinit_hello_world.php Confirm the page works in a browser. […]