Simon Willison’s Weblog

Subscribe

Items tagged security, php in 2010

Filters: Year: 2010 × security × php × Sorted by date


In what circumstances should one use “magic quotes” in PHP?

Absolutely never. Magic quotes was a badly designed feature, and PHP has been trying to escape its legacy for years. If you are constructing SQL strings using string concatenation you’re asking for trouble—use prepared statements or a library that interpolates and correctly escapes variables for you.

[... 65 words]

Types

Years

Months

Tags