Hi,
Thank you for your reply.
I use the following code:
Code:
<?
$produpd = trim($_GET['productid']);
$produpdarray = mysql_query("SELECT brandid, username, productname, productnumber, producttype, gender, currency, price, recpriceretail, prodpic, mancountry, productdescription FROM products WHERE productid = ".$produpd." ");
$prup = mysql_fetch_array( $produpdarray );
?>
<tr>
<td>Price</td>
<td><input type="text" name="Price" style="text-align: left;" value="
<? echo $prup['price']; ?>"></td> ><br></td>
</tr>
I appriciate any help...
//Johan Beijar
Bookmarks