A Here-document is a special syntax of writing literal strings in sourcecode, used by different programming languages.
In bash I can create a script with a here-doc like so as per this site: http://tldp.org/LDP/…
bash sudo heredocPossible Duplicate: php string escaping like python’s “”“ ”“”? The triple-quotes in python escapes all quotes and newlines contained within. For …
php python codeigniter heredoc language-comparisonsI'm trying to use heredoc syntax with a INSERT INTO MySQL command, into a database. The problem I'm facing is …
php mysql heredoc