On Wed, Oct 02, 2002 at 09:25:43AM -0700, nkuipers wrote: > Could you also use quote() for this?
Yes, $dbh->quote() can also be used for quoting strings. I generally don't suggest it because it's more awkward and makes for less readable code than placeholders. Michael -- Administrator www.shoebox.net Programmer, System Administrator www.gallanttech.com -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]