PHP

echo "Hello, PHP!";

Table of Contents

  1. PHP: Hypertext Preprocessor
  2. Why I am Writing Programs in PHP
    1. Variables Start With $

PHP: Hypertext Preprocessor

<?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.

Why I am Writing Programs in PHP

Drupal development at MNP LLP.

Variables Start With $

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.