Re: heredoc usage [WAS: <OPTION]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Paul Novitski wrote:
It's so interesting that some details bug some people and others bug others. In an expression such as this:

echo '<option value="' . $day . '"' . $selected . '>' . $day . '</option>';
or you could write it likes this '
   echo "<option value='$day' $selected > $day </option>";

much easier to read, but slightly more taxing on the server.

--
Regards,

Clive

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux