I am sending the data of a form, through ajax and php to my database:
If I try a single variable or 2, if it works, if I add the rest, it does not work.
My Ajax code is as follows:
$.ajax({
type: 'POST',
url: 'php/enviar_pedido...
asked by
27.08.2018 / 13:27