in reply to Re: Re: DBI Placeholders
in thread DBI Placeholders

simply recall the execute() function with each different variable - you are not limited to using only the listed variable - you could even do it without a variable at all as in: execute("1"); Only by putting the variable in the $sql definition do you limite yourself to having to "re-prepare" the statement for every value you want to check.

-Adam Stanley
Nethosters, Inc.