Print String value in PHP Get link Facebook X Pinterest Email Other Apps July 12, 2020 Print any string value in PHP <?php $name = "Harry" ; echo $name; ?> Read more
First PHP Code Get link Facebook X Pinterest Email Other Apps July 12, 2020 How to write first PHP Code/ How to print Hello World in PHP. <?php echo "Hello World" ; ?> Output= Hello World Sample image with Output: Output: Read more