Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Query Bindings Problem
Post: RE: Query Bindings Problem

dave friend Wrote: (06-12-2020, 06:58 PM) -- What do you see when, on a query you know will fail, you use PHP Code: -- echo $this->db->error(); -- after -- I get the next message: Unsuppor...
4,734 Views
7 Replies
06-15-2020, 10:47 AM
abelhermar
    Thread: Query Bindings Problem
Post: RE: Query Bindings Problem

dave friend Wrote: (06-12-2020, 10:17 AM) -- If the items in the array are the data type that matches what the field handles, you don't need the inval() or strval() functions. If column1 handles inte...
4,734 Views
7 Replies
06-12-2020, 12:03 PM
abelhermar
    Thread: Query Bindings Problem
Post: RE: Query Bindings Problem

php_rocs Wrote: (06-10-2020, 09:15 PM) -- @abelhermar, What version of CI are you using?  Also, have you tried running your query directly in the database to make sure it actually works?  Also, ha...
4,734 Views
7 Replies
06-12-2020, 08:06 AM
abelhermar
    Thread: Query Bindings Problem
Post: Query Bindings Problem

Hello!! I have the next sentence, using pdo: I have a problems where in the array parameters appear a variable type string: $var1 = 1; $var2 = 2; $var3 = 'A'; $sentence = "SELECT colum...
4,734 Views
7 Replies
06-10-2020, 08:12 AM
abelhermar

Theme © iAndrew 2016 - Forum software by © MyBB