Hi I have a problem, I have created a site that allows for a user to bid on property but cant get a code to work where it updates a current record in the database
<form id="MakeBid" action="MakeBid.php" method="get">
<div>Bid Now <input type="text" name="pricesoldfor"/></div>
<input type="submit" value="Place Bid" />
</form>
This is my form that im trying to use that will update the databse, each record has a primary key set as propertyID, any help would be appreciated
Thanks