タグ

ブックマーク / www.daveyshafik.com (1)

  • Filtering & Escaping Cheat Sheet

    After having two conversation on escaping data for MySQL insertion within 5 minutes of each other in ##php@freenode, I decided to created a cheat sheet on Filtering & Escaping in general. I think what most people are not aware of is that not just outputting to the browser is output. So is querying a database, or calling one of the exec functions, or even using the mail function (not mentioned on t

    agx
    agx 2006/05/25
    PHPでのフィルタリング&エスケープ時のチートシート。データの入力にはじまり、Validation or Filtering の関数が一目で分かるチートシート。Validation or Filtering 後の出力時のエスケープ用関数も載ってます。
  • 1