What do you mean how?  The proposed bind_params(@params) would bind the
values to the placeholders, but allow an array as an argument as opposed to
a one by one approach with bind_param().

$sth->execute(@params) 

does the same, in binds the array of args in order to their placeholders :)

Ilya

-----Original Message-----
From: Rudy Lippan
To: Sterin, Ilya
Cc: '[EMAIL PROTECTED] '; '[EMAIL PROTECTED] '
Sent: 7/13/01 12:15 PM
Subject: RE: Silly question re: bind_param vs: bind_columns

On Fri, 13 Jul 2001, Sterin, Ilya wrote:

> 
> Probably because you can accomplish the same with execute(@params) :-)
> 

How?


-rudy


Reply via email to