0
How I can see the information which is filled by user on the form
Plse tell me I am beginner in this langauage
1 Answer
+ 2
In html, you can only design frontend. But to retrieve data entered by the user then you have to use php. You can also connect frontend to database and store the user data in it. And manipulate it whenever you want. For that you have to learn sql queries.