Skip to content

Instantly share code, notes, and snippets.

@emrahoruc
Created August 21, 2017 07:24
Show Gist options
  • Select an option

  • Save emrahoruc/f7aefbf947a9b04bcf08549f5ee3f7cd to your computer and use it in GitHub Desktop.

Select an option

Save emrahoruc/f7aefbf947a9b04bcf08549f5ee3f7cd to your computer and use it in GitHub Desktop.
json in the HTML attribute
<div data-secret="<?= htmlspecialchars(json_encode($data), ENT_QUOTES, 'UTF-8') ?>">
Look at inside me!
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment