|
Posted by Patrick on 04/11/05 21:57
Hi,
This is working (as a packet of crackers):
....
mysqli_stmt_bind_result ($stmt, $arr[1], $arr[2]);
....
This I cannot get to work:
....
$arr[0]=$stmt; $arr[1]=''; $arr[2]='';
call_user_func_array ('mysqli_stmt_bind_result',$arr);
....
I'm not sure if what I try to do is possible in any way?
Btw, this is Win PHP v5.0.3 , Apache v2.0.53, Mysql v5.0.2-alpha-nt.
cheers and thanks,
Patrick from Belgium (Brussels)
Navigation:
[Reply to this message]
|