PHP – Naming Scripts and Tags in…

You need to name your PHP files with a .php extension for them to work on your server. Past this you use the PHP Tags to trigger scripts within a web page.

<?php
print “Hello World printed with PHP”;
?>

Be the first to comment

Leave a Reply