0
I have a form that sends data via GET
, forwarding the data to the page busca2.php
, as shown below:
<form action = "busca2.php" method = "GET" id="formulario">
When submitting the form, the link is as follows:
busca2.php?campo1=x&campo2=y&campo3=z(e etc)
I am wanting to pass this link to url friendly. I already know how to implement the commands inside the file htaccess
. My question is to submit the form directly to the already customized url, for type:
busca/14/16/17/18(e etc)
How should I proceed?
Anyway, thank you all.
Hello, Givanildo. I will do the test and soon return with the result obtained. Thank you.
– Luis
Okay Givanildo , gave it right. thanks.
– Luis