0

Whats the use of form atributte "name"

I dont get it what is this used for? I type it and nothing apperead. Can someone help me with explenation please. Thank you bro/sis

18th Jun 2019, 4:43 PM
Michael Halim
Michael Halim - avatar
1 Resposta
+ 2
The "name" attribute is used to pass values to the php file specified in <form action="file_name.php"> and passed in php array $_GET or $_POST depending on the value of the method attribute: <form method="get"> <form method="post"> These lessons will help you: https://www.sololearn.com/learn/PHP/1840/ https://www.sololearn.com/learn/PHP/1841/
18th Jun 2019, 5:01 PM
Maxim Balakirev
Maxim Balakirev - avatar