Skip to content

Instantly share code, notes, and snippets.

@kowata
Created March 26, 2014 06:20
Show Gist options
  • Save kowata/9777721 to your computer and use it in GitHub Desktop.
Save kowata/9777721 to your computer and use it in GitHub Desktop.
PHPの値をJSで出力
echo '<script type="text/javascript">alert("' . $hoge . '");</script>';
echo '<script type="text/javascript">console.log("' . $hoge . '");</script>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment