echo "Hello, PHP!";
<?php
echo "PHP goes here.";
?>
PHP is a server-side scripting language, used primarily for generating dynamic page content and the retrieval or modification of database content.
It is very easy to install the apache2
and php
packages on your local machine to tinker with PHP right away.
Drupal development at MNP LLP.
echo "...that's all, folks!";
CC BY-SA 4.0 - This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. You are free to share, redistribute and adapt the material as long as appropriate credit is given, and your contributions are distributed under the same license.