Hi @ all,

iīve some questions about the new mysqli. I build my own dbmanagement for
mysqli
and now iīve a problem with dynamic bind for params.
bind_param only alows to set primitive datatypes and i donīt have any idea
to make it
dynamic like: function bind_MyParams($array_myParams) like pear::db who
works with arrays but
donīt use the bind_param. My only intention is to use eval to build it, but
this is not really
performant...does anyone have another idea? Thnxs!

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to