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”;
?>
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”;
?>
Copyright © 2019 | MH Magazine WordPress Theme by MH Themes
Be the first to comment