RE: [PHP] Populating form value fields.

2002-12-11 Thread Steve Jackson
bject: Re: [PHP] Populating form value fields. > > > On Wednesday 11 December 2002 23:18, Steve Jackson wrote: > > I am having problems populating form fields. Here is my code: > > //$ItemCode is passed to the page with this code $mysql = > > mysql_query("S

Re: [PHP] Populating form value fields.

2002-12-11 Thread Jason Wong
On Wednesday 11 December 2002 23:18, Steve Jackson wrote: > I am having problems populating form fields. Here is my code: > //$ItemCode is passed to the page with this code > $mysql = mysql_query("SELECT * FROM products WHERE > ItemCode='$ItemCode'"); > $result = mysql_query($mysql); > > Then the f