Re: INSERT works in phpMyAdmin but not in PHP On Sep 26, 6:37 pm, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote:
> On Wed, 26 Sep 2007 21:31:12 +0200, billbois at gmail dot com
>
> > $dummy = $this->db->r_query($sql);
>
> Hmmm, shouldn't that be:
> $dummy = $this->db->r_query($ssql);
>
D'oh! OK, where's my dunce cap?
Thanks very much!
Bill |