Member
hal.littel
How to print "Hello World" in PHP?
gilbert
@hal.littel
To print "Hello World" in PHP, you can use the built-in echo statement. Here's an example:
echo
1 2 3
<?php echo "Hello World"; ?>
When you run this code, it will output "Hello World" to the screen.