Re: [PHP-DB] mysqli_stmt_bind_param with lists

2006-06-13 Thread Georg Richter
Am Di, den 13.06.2006 schrieb Bluejack um 7:31: > Is there any way to get mysqli_stmt_bind_param to take the bind > parameters as an array? It seems to see an array as a single item, > rather than detecting an array and expanding the elements. see http://www.php.net/call_user_func_array /Georg

[PHP-DB] mysqli_stmt_bind_param with lists

2006-06-12 Thread Bluejack
Is there any way to get mysqli_stmt_bind_param to take the bind parameters as an array? It seems to see an array as a single item, rather than detecting an array and expanding the elements. I have tried any number of tricks to split an array into an anonymous list of variables within the function