Created
May 23, 2021 20:09
-
-
Save frankyonnetti/1a6f2eed3410e5620df2c987bc1fdb46 to your computer and use it in GitHub Desktop.
PHP - console.log #php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo '<script>console.log(' . $var . ')</script>'; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment