PHP - Basics and Execution Model
After installing PHP, you create a file named
What will be the output when you run this file in a browser?
test.php with this content:<?php echo 'Hello, PHP!'; ?>
What will be the output when you run this file in a browser?
