GET and Post Forms
Feb 1, 2023 · 1 min read · For sending the information from the client to the server that you fill on your form we need to have "method=get" or "method=post" attributes. there are differences between the get and post methods. when we give "method=get".it sends the user data in...
Join discussion