SyntaxFix
Write A Post
Hire A Developer
Questions
You can achieve that by printing your string like:
<?php $string ='here is your string.'; print_r($string); ?>