Skip to content
Advertisement

Tag: bind

Bind Param with array of parameters

I have a function that does this: Which sends off to my database class, which does this: The problem is this doesn’t work. What I was hoping to do, was to take the $params list and have it list them after the $type, so that the query would resemble: But obviously I’m going about it the wrong way. is there

Advertisement