+ 1
<form action="URL" method="GET">
which URL point to ?! the current page or the next page ?! and if both no so which URL it should be there
3 Respuestas
+ 1
Url is the page where u want to send the data of the form using the method get or post. If u keep it empty form will submit the data on the same page only. N if u give link of another page it will submit the data to that page.
0
thank u but if i want to keep this data on the same page or another how i can listing it ?!!
0
Forms always sends data to server, so URL means the address of a server handler, which will process the form data.