エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
PHP Freaks - PHP Help or die() must die
This is something I constantly see on the PHP Freaks forums, and I absolutely hate it. It's the i... This is something I constantly see on the PHP Freaks forums, and I absolutely hate it. It's the infamous or die() statement. $result = mysql_query('SELECT foo FROM bar', $db) or die('Query failed: ' . mysql_error($db));I see it all the time, and I see people telling other people to do that all the time. It's plain simply bad practice and it's time that people start to understand this. When I confr
2009/05/31 リンク