Welcome Guest, Not a member yet? Register   Sign In
How to execute a prepared statement in CI
#2

CI doesn't support prepared statements. You can use bindings vor replacement like described on the bottom of page "Query Bindings":

https://ellislab.com/codeigniter/user-gu...eries.html

For safe querys you should use the active record class:

https://ellislab.com/codeigniter/user-gu...ecord.html

Reply


Messages In This Thread
RE: How to execute a prepared statement in CI - by Rufnex - 11-06-2014, 02:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB