I don't know if this is the thing you're after, but... http://www.php.net/manual/en/function.func-get-args.php
HTH Martin -----Original Message----- From: Vincent Bergeron [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 4:34 PM To: [EMAIL PROTECTED] Subject: [PHP] How to use bind arguments Hi! A function like this one: function SendQuery($li_connect, $ls_query, $args) { return ibase_query($li_connect, $ls_query, $args); } ibase_query is an Interbase function which declaration is: int ibase_query ( [int link_identifier, string query [, int bind_args]]) Why can't something like this be done? Is there a way to pass to a function a variable parameter and then use the complete set as another function parameter? Thanks VB -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php