[PHP-users 6858] Re: print()文での表記方法

Yasuo Ohgaki php-users@php.gr.jp
Sat, 13 Apr 2002 13:04:08 +0900


hajime wrote:
> print("<td bgcolor=\"#333333\" align=\"center\" height=\"100\">");
> print("<a href=\"#\" onClick=\"newWin2('" . $n . "')\">");
> print("<img src=\"$filename\" width=\"91\" height=\"60\" alt=\"#" . $n . "\"
> border=\"0\">");
> print("</a>");

大垣です。
どなたか書かれると思ったのですが、、、
私ならこうします。

print('
<td bgcolor="#333333" align="center" height="100">
<a href="#" onClick="newWin2(\''.$n.'\')">
<img src="'.$filename.'" width="91" height="60" alt="#"'.$n.'" border="0">
</a>
');

SQLも同様に以下のような形で書いています。

$sql = "
SELECT
 field
FROM
 table
WHERE
 id = $id
 AND type = 'ABC';
";

--
Yasuo Ohgaki








__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!  http://bb.yahoo.co.jp/