Subject bind_args and null?
Author Alan McDonald
How do you assign null values to parameters in this context
$sth = ibase_query($dbh, "SELECT INS_OK FROM MEMBERS_I(?, ?, ?)",
@$HTTP_POST_VARS["mobile_ext"], null, @$HTTP_POST_VARS["email"]);

The null seems to not camoe across and there is a parameter argument number
mismatch.
? thanks
Alan


[Non-text portions of this message have been removed]