|
ASP
Creating custom functions
Reduce redundant code by using custom functions and calling them from your script.
Chris Worfolk - 3/13/2004
Accessing MySQL with ASP
Remove the limits of Microsoft Access. Allow two sites or more to share a datbase.
Chris Worfolk - 12/30/2003
Response.Write and HTML tags
Quotes in your HTML tags and in your ASP scripts do not match. How do you get round this? All is revealed.
Chris Worfolk - 8/1/2003
Server MapPath
Ever wondered how to get a database connection when you don't know the file path? The answer is Server.MapPath.
Chris Worfolk - 1/16/2003
ASP Request Function
One of the basic commands in asp is request. This article goes back to basics about what it does.
Chris Worfolk - 1/6/2003
Simple admin login system
If you need some secure admin pages you could try this simple system which doesn't require sql.
Chris Worfolk - 12/29/2002
A simple hit counter
Keep a check up on your visitors without having to use a hosted script or sql.
Chris Worfolk - 12/1/2002
|