A Anonymous Guest Aug 4, 2004 #1 As a beginner, I don't know how echo<<<EOT works.. Can anyone help me?
A Anonymous Guest Aug 4, 2004 #3 Note that the keyword EOT can be whatever you wish Code: <?php echo <<<EOT hello world! EOT; ?> is the same as Code: <?php echo <<shallabais hello world shallabais; ?>
Note that the keyword EOT can be whatever you wish Code: <?php echo <<<EOT hello world! EOT; ?> is the same as Code: <?php echo <<shallabais hello world shallabais; ?>