<?php
$text = "Test";
echo $text;
#This code is to output something using php
?>