Please tell me how to process the value received from the input tag in Html.

Asked 1 years ago, Updated 1 years ago, 365 views

I'm a beginner in programming.I am thinking of a service where I can receive words in HTML with input tags and introduce recommended movies based on the results.I created the input form from the input tag in HTML, but I don't know how to proceed from here.

The web development procedure introduces how to create a backend such as Python after creating HTML CSS. In this case, should we create a mechanism to receive and process the values entered at the backend after creating the input form?

As I am a beginner in programming, I did not know how to search for it, so I asked you a question.
I'm sorry for the abstract question, but I appreciate your cooperation.

python html css flash

2022-10-25 11:41

1 Answers

Programs that receive form data from users and return some response are called CGI and can be written in various languages, including Python.

I'm not familiar with Python myself, so I can't give you a specific answer, but if you search for keywords such as Python form, the following pages will be hit, so please refer to them.

Receive and view HTML form data in Python


2022-10-25 11:41

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.