Browse a Listing
Top > ASP > Tips and Tutorials > Introduction to ASP
Popular Tags
Free Script links
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Below are two examples of how to deal with bad words. Example 1 receives text entered into a form textfield called 'txtComments'. The code strips out any bad word(s) that you choose to enter into the array 'badChars'. In this script we have deemed that the words 'rubbish', 'crap' and 'shit' are unacceptable and should be removed.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
The If Then control structure can be used to run a line or block of code within your script when a certain condition is met.
Below are 4 ways to use the If Then control structure.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Functions and subprocedures have many similarities:
They can be called or invoked from anywhere within your script. A function or subprocedure can be reused as many times as required, thus saving you time writing out repetitive code and making for a less clustered looking page.
Both are blocks of self contained code that can accept arguments. Both will only run when called or invoked from code elsewhere and will not run automatically when the page is loaded.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
In short arrays are variables that can store more than one value. They are used to store a series of related information.
Lets create an array called 'myArray' that will hold the names of 7 soccer teams.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
ASP: Another acronym (As if you hadnt guessed) which stands for "Active Server Pages". This suggests quite a lot about the technology already, in that its processed, or parsed server side and its dynamic in nature, rather than static technologies like HTML.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Welcome to my article ASP Installation Tutorial. I have decided to write this one after the great success of my previous article CGI installation tutorial. Moreover We know there are number of free and low cost ASP scripts are available in the market which can make your site dynamic and can hold your data on a database. My aim in this article is to give the basic and necessary knowledge on ASP script customization and basics on databases even for a non-programmer. In the following chapters I will guide you learn through step by step procedures, so that you can expertise yourself on the following topics. By the time when you are ending up reading this, you must be able to setup a Poll application or a Password authentication system or a quiz or a a discussion forum or any other kind of application with Back-end database support
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR