[PHP] Populating form value fields.

2002-12-11 Thread Steve Jackson
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 form: form action=eshop_editprodprocess.php method=post input type=text

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 form:

RE: [PHP] Populating form value fields.

2002-12-11 Thread Steve Jackson
] 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(SELECT * FROM products WHERE ItemCode='$ItemCode'); $result