ConFoo Montreal 2026: Call for Papers

Voting

: four minus three?
(Example: nine)

The Note You're Voting On

a dot mcruer at live dot com
12 years ago
A quick note for novice users: when gathering input from fields on a web form that maintains a database connection, *never* use pg_query to do queries from the field. Always sanitize input using pg_prepare and pg_execute.

<< Back to user notes page

To Top