| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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. Here is how you use PHP to display a "Hello World" message:
<?php
echo '<p>Hello World!</p>';
?>Full tutorial URL:
https://codeadam.ca/learning/php-introduction.html
| Back | FazBrowse Home | New Git URL |