On Mon, Feb 23, 2009 at 11:05 PM, <[email protected]> wrote:
> Hey thanks for the response. > > I'm afraid that is not entirely what I'm after. I need to quote the values > against possible SQL injection. I could do this with quoteInto() or > something similar, but I am hoping for a more sleek option. > > Cheers > > ________________________________ > Ook nieuwsgierig naar de nieuwe Messenger? Download 'm hier Yes I agree, it is just a matter of quoting variables.Talking about logic, this is the only way I found (build it in a string) to do complex SQL logic. I guess just using where() and orwhere() is just not enough for custom SQL. :-) Good day! -- ======================= Registered Linux User #460714 Currently Using Fedora 8, 10 =======================
