echo

Introduction

use "echo" function to display text on the screen

Code

<?php
        echo "Hello world!";
?>

Task

Create a PHP script that displays your name on the screen.

Demo

Open in new window

Reference

RUNOOK.COM