Counter and Stats for your site. Your stats include top visitor by ip, browser types, refering sites, page views on your own site, by date, by hour, by day of week, month, or country. Easy to include in any asp based site with 1 or 2 include...
Using this tutorial, you will be able to know the ways to include conditional statements in your scripts. Syntax is available that lets you learn how to initialize condtional statements like IF..THEN, IF THEN with ELSE and ELSEIF statements. From...
AgMAY's Understanding PHP is an useful tutorial that teaches all novice programmers to write and develope powerful PHP programs. All essential facts of PHP language are dealt in detail to enrich beginners with every techniqes. Users are also...
BigNoseBird.Com's Server Side Include Page has an exhaustive set of SSI tutorials and reference pages. Using SSI makes pages more responsive and site maintenance easy. The pages in the site end with the shtml extension instead of the more...
This is a tutorial that covers on creating an include file to debug ASP scripts. In this article the author shows a created include file for a better understanding that includes features like cookies collection, querystring collection, client...
How To Dynamically Include Files in ASP.NET is an article that explains the step-by-step process of creating an aspx page and reads a file with static HTML and/or client-side script code from the aspz page and writes the file's content to the...
Although it is possible to use include files in ASP, I found that it was not possible to do so during runtime. VBScript seems to be lacking an include function. So I wrote these 3 functions: asp_html_include(), asp_vbs_include(), and...
Looping Logic Part 1 : For...Next Statements is a tutorial which explains the users about the functions of "for next" loop statements on their websites. The description of this tutorial is described briefly with an example. This tutorial...
Protecting pages with include files is an ASP tutorial in which author discusses about various information about how to deny site visitors of the users website who tries to access the users website without getting permission from the users....
Server-Side Include Directive Syntax is an article in which author explains about server-side include directive syntax which helps in adding content of a file into any desired place in an ASP.NET page. Here author demonstrates about methods to be... |