Voting

: zero plus three?
(Example: nine)

The Note You're Voting On

meng
19 years ago
Since php 5.1 the new function pg_query_params() was introduced. With this function you can use bind variables and don't have to escape strings. If you can use it, do so. If unsure why, check the changelog for Postgres 8.0.8.

<< Back to user notes page

To Top