Skip to content

Instantly share code, notes, and snippets.

@theblanchard
Created August 5, 2016 19:41
Show Gist options
  • Save theblanchard/b7ccd3c6be8c579d42e23266dd4ddd3e to your computer and use it in GitHub Desktop.
Save theblanchard/b7ccd3c6be8c579d42e23266dd4ddd3e to your computer and use it in GitHub Desktop.
Get PHP variables to console
$data = "My variable data";
$output = "<script>console.log( 'Debug Objects: " . $data . "' );</script>";
echo $output;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment