smerny Posted August 11, 2009 Share Posted August 11, 2009 I recently saw a sample of PHP code which instead of doing echo "blah blah"; they used echo <<<HTML blah blah HTML; can anyone tell me what that is, how it works, and what any advantage/disadvantage/differences there are between these methods? Quote Link to comment https://forums.phpfreaks.com/topic/169847-solved-echo/ Share on other sites More sharing options...
PFMaBiSmAd Posted August 12, 2009 Share Posted August 12, 2009 Everything you ever wanted to know about strings in php is said best and with great detail and examples in the manual - http://us3.php.net/manual/en/language.types.string.php Quote Link to comment https://forums.phpfreaks.com/topic/169847-solved-echo/#findComment-896065 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.