Skip to content

Instantly share code, notes, and snippets.

@themisir
Created June 18, 2018 10:28
Show Gist options
  • Save themisir/9c729b0da249176b06cc0deff80098d2 to your computer and use it in GitHub Desktop.
Save themisir/9c729b0da249176b06cc0deff80098d2 to your computer and use it in GitHub Desktop.
Html sənədi daxilində php
<!doctype html>
<html>
<head>
...
</head>
<body>
<h1><?php echo 'Salam, Dünya!'; ?></h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment