[PHP-DB] how to bind array to oracle procedure From: ght (ght <email protected>)
Date: 08/14/00

    hi all:
        The code like this:
        $id = array(1, 2, 3);
        $sql = "begin mytry(:id); end;";
    thanks.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>