Source Code:
(back to article)
<?php // PHP program for illustrating echo // Declaring a variable and initializing it. $x = "W3docs"; // Displaying the value of $x print $x;
Result:
Report an issue