in reply to Re: Re: bind_param - confusion ?
in thread bind_param - confusion ?
You would then prepare the statement as normal, but when executing, your execute clause will look like:$sth->execute(@bindvar); nice and simple.. :-)select something from sometable where foo = ? and bar = ?
|
|---|