別作品
| 特品本部事業内容 |
|---|
| ' . nl2br_custom($row["Setsumei"]) . ' | '; echo '
| 材質 | 寸法 | 画像 | |
|---|---|---|---|
| ' . nl2br_custom($row["Tanzo"]) . ' | '; echo '' . nl2br_custom($row["Zaishitsu"]) . ' | '; echo '' . nl2br_custom($row["Sunpo"]) . ' | '; echo '
| 材質 | 寸法 | 画像 | |
|---|---|---|---|
| ' . nl2br_custom($row["Kako"]) . ' | '; echo '' . nl2br_custom($row["Zaishitsu"]) . ' | '; echo '' . nl2br_custom($row["Sunpo"]) . ' | '; echo '
タグに変換するカスタム関数 function nl2br_custom($str) { return str_replace(array("\r\n", "\r", "\n"), "
", $str); } // データベースの接続を閉じる $conn->close(); ?>
