PHP 8.5.0 Alpha 1 available for testing

Voting

: max(three, seven)?
(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