what are the differents between 'action' and 'target' in
form tag?
Answer Posted / sujendra kumar
<form action="target"> ... </form>
ACTION attribute. This is a required attribute. This
attribute specifies where the data collected by the form is
to be sent. The destination could be an email address, e.g.,
action="mailto:BillG@lunix.net"; a URL, e.g.,
action="../index.htm"; a CGI script on your web server,
e.g., action="/cgi-sys/formmail.pl"; or an Active Server
page that will process the data, e.g.,
action="mysearch.asp", to name a few possibilities. This is
the one truly complicated issue concerning forms, and will
be addressed below in its own section.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Explain the types of functions for Splitting String?
What are the advantages of php mysql?
Can you pass an array into a function?
What is associative array in php?
What is the difference between file_get_contents() and file_put_contents() in php?
Which functions are used to count the total number of array elements in php?
Is php used in 2019?
What is die in php?
am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
Can we use session in mvc?
What are the advantages of triggers?
What is meant by PEAR in PHP?
What is json php?
What is super () python?
Why do we show php code in browser?