View Single Post

   
  #5 (permalink)  
Old 02-28-2008, 11:28 AM
billbois at gmail dot com
 
Posts: n/a
Default 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

Reply With Quote