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
Post a Comment