I am creating a quote system with SQLSrv, I already have the part to see the quotes.
link
I have created the part of invoice
, which is where you see the quotes made.
My Problem is this, I can not make the part to create the quotes work as I want, I am trying to create a form
that allows me to add more lines for the products, and that works for me so that what you type in the others input
is inserted in the SQL.
I have tried to create the INSERT INTO
part with sqlsrv_prepare but I have not been able to yet.
Can you help me please?