0
Well I am working on a project that connects JS to PHP through AJAX. To make this connection was using the GET method and then made the request this way: "seilaooque.php?valor1=x&valor2=y"
only now I’m thinking of passing everything to POST. But my doubt is even being in POST I can send the commands this way "valor1=x&valor2=y"
or I will have to send a value at a time through the method XMLHTTP.send()?
GET and POST have no differences can be said, the difference is that GET is faster and POST is more secure
– Victor
Yes Victor. But the parameter is the same?
– Adailton Ribeiro
Possible duplicate of https://answall.com/questions/106500/como-enviarum-dado-para-otha-pagina-php-pela-url
– Victor