Abdesramb
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created JavaScript syntax highlighting doesn't work with long heredoc variable
hi, for some purpose, i create a js script inside a php heredoc var. like this: $my_script = <<<HERE<script> //js here </script>HERE;the problem is that JavaScript syntax highlighting doesn't work ...