Wednesday, January 21, 2009

at 8:47 AM Posted by Visuals India

Forms support the client side of the client-server relationship. When a visitor enters information into a form displayed in a web browser (the client) and clicks the submit button, the information is sent to the server where a server-side script or application processes it. Common server-side technologies used for processing form data include Macromedia ColdFusion, Microsoft Active Server Pages (ASP), and PHP. The server responds by sending requested information back to the user (or client), or performing some action based on the form’s contents.

The following figure illustrates the process of capturing information in a form, and processing the entered data using an application server.

0 comments: