Welcome Guest, Not a member yet? Register   Sign In
Passing arguments to Prepared Statement
#2

This is how you have to pass the parameter:
PHP Code:
$pQuery $this->db->prepare(static function ($db) use ($flag) {
    // ...
}); 
Reply


Messages In This Thread
RE: Passing arguments to Prepared Statement - by michalsn - 01-02-2025, 08:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB