<?php $variable = "String Text"; echo $variable; ?>
$name = "Jimoh"; //string is assigned to variable name echo $name //will output "Jimoh"