| Dynamic pages are the web pages (structured with specific programming language like Perl, etc. ) which changes according to situation and condition. These pages are designed to create the interactivity between the client and the running process. Client side include file and server side include file are the two ways to present dynamic pages |
| Dynamic pages are structured in two types as mentioned below. |
1 Client side dynamic page
2 Server side dynamic pages |
| Client side dynamic pages |
| Client side dynamic pages are created using and they are served by the server. The response is given by these pages when they receive command from keyboard or the mouse. Client side dynamic pages are generated on the client’s computer. |
| The presentation technology used by web pages is called as rich interfaced pages. The scripting language like java script or action script is used to organize changing text, sound and animation. Remote scripting is also permitted to get additional information from server. |
| Server side dynamic pages |
| Server side dynamic pages are first exhibited to the server and then displayed on the web browser. These pages are created using , JSP, PERL, NET languages. Amongst these languages PHP and Perl are most preferred languages or we can say suitable for server side dynamic pages. Reloading the web pages, modification in the content, adjustment of web pages is easily done in the server side web pages. |
| Characteristics of dynamic web pages |
| 1 As dynamic page requires more work they are less efficient. But they are more resource provoking for the users. |
| 2 By inserting simple code in the page dynamic feature can be crated in the web page. |
| 3 Dynamic pages are created using programming language so it is risky letting users work on those pages if the pages are poorly written. |
| 4 Dynamic pages are connected with database and according to the command of server the web page displays on the browser. |