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
