A super basic introduction to PHP.
This tutorial will review the purpose of using a server-side language such as PHP and walk through the process of creating and testing your first PHP file.
<?php echo '<p>Hello World!</p>'; ?>
Tutorial requirements:
- Brackets (or any code editor) http://brackets.io/
- Filezilla (or any FTP program) https://filezilla-project.org/
Full tutorial URL: https://professoradamthomas.com/learning/php/php-introduction.html