php syntax

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

<?php 
$txt1 = "Learn PHP";
$txt2 = "W3Schools.com";

print '<h2>' . $txt1 . '</h2>';
print '<p>Study PHP at ' . $txt2 . '</p>';
?>
Popular Caregories