mysql - How to bind SQL variables in Php? -


How to bind SQL variables in PHP? I just want to bind the variable instead of creating the SQL string. Anyway to do this in PHP?

Either MySQL or PostgreSQL answers will help.

Thanks

There is an example.
PWO and prepared statement (including bound parameter) is located on

.

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -