フランジ
| 種類 | 適用規格及び参考規格 | 材料規格 | 種類の記号 |
|---|---|---|---|
| ' . nl2br_custom($row["Syurui"]) . ' | '; echo '' . nl2br_custom($row["Kikaku"]) . ' | '; echo '' . nl2br_custom($row["ZairyoKikaku"]) . ' | '; echo '' . nl2br_custom($row["Kigo"]) . ' | '; echo '
| 製品名 | 記号 | 画像 | CADデータ | 納入図面 |
|---|---|---|---|---|
| ' . nl2br_custom($row["Seihinmei"]) . ' | '; echo '' . nl2br_custom($row["Kigo"]) . ' | '; echo 'CADデータへリンク | '; echo '納入図面 | '; echo '
| 製品名 | 記号 | 画像 | CADデータ | 納入図面 |
|---|---|---|---|---|
| ' . nl2br_custom($row["Seihinmei"]) . ' | '; echo '' . nl2br_custom($row["Kigo"]) . ' | '; echo 'CADデータへリンク | '; echo '納入図面 | '; echo '
タグに変換するカスタム関数 function nl2br_custom($str) { return str_replace(array("\r\n", "\r", "\n"), "
", $str); } // データベースの接続を閉じる $conn->close(); ?>
