This tutorial will demonstrate how to send/save data to/in a text file. Before starting this tutorial I will define what is an Input Box and how to use it.
What is Input Box
Input box is a text field in which you enter your data with the help of keyboard. It is usually used to save Visitors/members information which they input during their visit to your site. It can be in the form of Emailer, Guestbook, Contact form or in any other form which is not supposed to be dynamically used, for example you input a number 4 and when you press Proceed button, it calculates square of 4. Here is an example of Input Text Box and Dynamic Text Box. In this example you will input some text in Input text box and it will send that DATA to dynamic TEXT and perform and action.