Print String value in PHP

Print any string value in PHP


<?php

$name = "Harry"

echo $name;

?>





Comments

Popular posts from this blog