Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imamuddinwp/3c620fb026cc7abe1a59cdf7199665dd to your computer and use it in GitHub Desktop.
Save imamuddinwp/3c620fb026cc7abe1a59cdf7199665dd to your computer and use it in GitHub Desktop.
Here is the Basic Structure / Syntex of PHP, powered by Imam Uddin. For more details: https://about.me/imamcu07 Thanx for coming here.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PHP Basic | PHP Syntex </title>
</head>
<body>
<?php
echo "Hello World!";
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment