2026-03-22 14:51
displaying a variable in php using echo statement?
<?php
$name="ram"; //declaring and defining the variable
echo "$name"; //printing the variable using echo command
?>
About Us|Disclaimer|Copyright Notice|Infringement Report|Privacy Policy|Contact Us
Copyright © 2026 eLLeNow.com All Rights Reserved.