Developmer Course | PHP Intro Introduction to PHP, a simple guided course for PHP enthusiast or who want to feel the PHP scripting experience.
Introduction to PHP echo, error logs, variables, functions, loops, read and write to files
How to work with includes in PHP
Create HTML form and retrive the POST/GET request on the next page.
- Building a form with from an array.
- Post the values from the form to a result site and save it into the PHP session.
- Display some of the values from the session to on in the about site.