stay or go? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

stay or go?

I usually stay on the same section until I figure out how it works, Im right now Im confused on how forms work. So should I move on? maybe it will teach me more in the future?

8th Jun 2016, 5:41 AM
seith
2 Answers
+ 1
Forms - it's easy. The user fills in the required fields and submits the form. These go by GET or POST to the server specified in the link ACTION atribute, and the page is reloaded. On the server, they will be stored in the variable $_REQUEST
8th Jun 2016, 5:52 AM
Виталий Камалин
Виталий Камалин - avatar
+ 1
I also tend to stay with a topic until I understand. In order to facilitate the learning, I recommend following multiple html courses at the same time, so they can supplement each other. Something is not clearly explained in one course may be much clearer in another course. I also recommend trying things out for yourself, playing with the code can help you develop your understanding of how html works. Finally it also helps to try and look for answers via google or sites like stackexchange, this will help you hecome a more independent learner, which will also be helpful as a professional.
19th Jun 2016, 11:45 AM
Jasper Ro
Jasper Ro - avatar