Skip to content

Instantly share code, notes, and snippets.

@AndryWJ
Created February 2, 2018 09:31
Show Gist options
  • Save AndryWJ/814778f2bc409d9587003be291a93078 to your computer and use it in GitHub Desktop.
Save AndryWJ/814778f2bc409d9587003be291a93078 to your computer and use it in GitHub Desktop.
Вывод php переменных
<?php $var = "555555555555555555555555555"; ?>
<script>
console.log(`<?php var_dump($var) ?>`);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment