We’ve learned about $_GET[ ] and $_POST[ ]! Now it’s your turn to apply what you have learned! Create a Feedback page using your understanding of HTTP and PHP. Sanitize and validate your data. Create a conditional statement that shows the form when it has not been properly submitted, and hides it when it is […]
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. […]