Hi guys i want to ask how to get the value of the in the mysql for example i have a equipments like camera
so i have tbl_equipments with field of EquipmentID, EquipmentName, NoOfEquip,
for example values EquiptmentID : 1001 EquiptmentName: Camera NoOfEquip: 15 So my customer can see if how many available camera from our website EXAMPLE
A customer rent a camera for 5 pcs if i refresh the page the remaining camera items is 10 and i that customer back that item item What maybe the code? I have no idea to make this.