I have a table of requests, other items, and a third of sales commissions.
I need to add a record in the commission table to save data in the Orders table, someone can give me a hint? I'm new to PHP.
Example:
orders table
Order
date
name
value
table Commissions
date
order
commission (commission value (which will be 2% of the order value))
Thank you for any help.
(Sorry - bad English)

Marcelo
Appgini 5:51