Re: ???passing a query from a form???
From: Ruby Tuesdays (NoSpamPlease_rubytuzdaiz_at_yahoo.com)
Date: 03/29/04
- Next message: Seb: "Re: regex"
- Previous message: Andy Jeffries: "Re: PHP IDE or PHP editor"
- In reply to: Joe: "???passing a query from a form???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Mar 2004 09:01:06 -0500
Perhaps you overlook this line:
$result = mysql_query($sql,$db);
I think it should be
$result = mysql_query($query,$db);
- Next message: Seb: "Re: regex"
- Previous message: Andy Jeffries: "Re: PHP IDE or PHP editor"
- In reply to: Joe: "???passing a query from a form???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]