<?php
$mycounter = 1;
$mystring = "Hello";
$myarray = array("One", "Two", "Three");
echo $mystring;
echo $myarray[3];