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? 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 Link to comment https://forums.phpfreaks.com/topic/169847-solved-echo/#findComment-896065 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.