[SOLVED] EOQ?
Posted: Sun Mar 06, 2005 8:42 pm
I'm working on customizing SugarCRM and as I read the codes, I noticed this:
What does the <<<EOQ mean? I tried searching the online PHP documentation with no results.[/url]
Code: Select all
$the_form .= <<<EOQ
<form name="{$prefix}OppSave" onSubmit="return check_form('{$prefix}OppSave')" method="POST" action="index.php">
<input type="hidden" name="{$prefix}module" value="Opportunities">
<input type="hidden" name="${prefix}action" value="Save">
EOQ;