Skip to content

Instantly share code, notes, and snippets.

@bilalmalkoc
Last active August 31, 2019 13:31
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 bilalmalkoc/128258868c70205692da1642c9db8cb8 to your computer and use it in GitHub Desktop.
Save bilalmalkoc/128258868c70205692da1642c9db8cb8 to your computer and use it in GitHub Desktop.
// Burada herangi bir değişken olmadığı için tek tırnak kullandık.
echo '<a href="#test">Test</a>';
// Değişken kullanmak istiyorsanız çift tırnak kullanın.
echo "<a href='$link'>Test</a>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment