Hopefully the title says it all
I am trying to find a class that will perform a mysqli based insert with prepare & bind_param
actually, a class or combination of that would perform INSERT, DELETE, SELECT and UPDATE...
I have searched php.net (several functions that seem to be incomplete) and general google searches (lmgtfy is not necessary - unless you can word the query better than I have been able to)
I would like to use bind_param for the type specifications (ensuring I get the results I want), not just a generic real_query INSERT statement
The functionality is there, just not perfect, and if i could limit it to a string value i would be fine, but with an array of indefinite length it makes it harder (darn near impossible from my testing)
any help, even a point in the right direction, would be appreciated!
Thanks in advance