- 1
Forms
When someone input data. How the data come back to you?
1 Answer
+ 1
There is some back-end process which is done by some programming languages which is known as server side language.
When someone submit data, data send to serve side and after some process we store data in database. Then again through server side we send data back to client side which is your browser or application.