Learn Server Side Scripting |
The Server Side Scripting is usually used to provide interactive web sites, that interface to databases or other data stores. This is different from client-side scripting where scripts are run by the user’s web browser, usually in JavaScript. In server side scripting when a browser requests a file, if the file contains a server-side script, the script inside the HTML file is executed by the server before the file is returned to the browser as plain HTML. Server-side scripting is a web server technology in which a user's request is fulfilled by running a script directly on the web server to generate dynamic HTML pages.The primary advantage to server-side scripting is the ability to highly customize the response based on the user's requirements, access rights, or queries into data stores. |
|
|
| Server Side Scripting Tutorials |
|
|
|
 |
| PHP Tutorial |
| PHP 4 was officially released on May 22, 2002, and today its installed base has surpassed 15 million domains. In the late 1998, Zeev and Andi looked back at their work in PHP 3 and felt they could have written the scripting l...more » |
|
 |
| |
|
 |
| SQL Tutorial |
| SQL (Structured Query Language) is a standard computer language that is used to access and manipulate databases.In our SQL tutorial you will learn the basics of SQL and its use in database management systems like Oracle, Syba...more » |
|
 |
| |
|
 |
| ASP Tutorial |
| Active Server Pages abbreviated as ASP, is a server-side scripting environment developed by Microsoft. Using ASP, we can create and run dynamic and interactive web server applications. With ASP, we can combine HTML pages, scr...more » |
|
 |
| |
|
|
| |
|
|