Hi Johny, put this in a file named \wamp\www\test.php, and point your webbrowser to [
localhost]
<html><body>
This is a normal line of text.<br>
<?php echo 'This is a line echoed from within PHP!'; ?>
</body></html>
It should show:
This is a normal line of text.
This is a line echoed from within PHP!