Category: Classic ASP

ucwords() in Classic ASP / Proper Case or Title Case in ASP!!

ucwords() in Classic ASP / Proper Case or Title Case in ASP!!

This tutorial shows how you can make first letter capital (upper case) of each word in Classic ASP.
There is no predefined function like PHP ucwords() in Classic ASP. So, here is the function you can use it to do …

Split function in Classic ASP tutorial!

Split function in Classic ASP tutorial!

This tutorial explains to you how to explode a string in classic ASP. There is a default ASP function already given in Classic ASP is called Split()

See the below code, Its pretty much easier as PHP explode() function(If you …

Display Data from Database in Classic ASP – Learn it here!

Display Data from Database in Classic ASP – Learn it here!

Let’s start how we can connect to the database and pull the records from a Table using Classic ASP.

Yes, we all know people stopped using Classic ASP for a long time but, still, there are some websites running in …

Classic ASP – 301 permanent redirection tutorial!

Classic ASP – 301 permanent redirection tutorial!

SEO people sometimes ask the programmers to redirect the page and they say us to make it 301 redirect.

Here is the way, all you have to do is add the header before redirection!

<%@ Language=VBScript %>
<%
Response.Status="301 Moved 
Learn How to Send mail from Classic ASP!

Learn How to Send mail from Classic ASP!

Sending mail from IIS server is so easy, just we need to use the COD (Collaboration Data Objects).

Firstly, create an object from COD,

<%

Set mailfromasp = CreateObject("CDO.Message");

%>

You know what all needs to be send an email …

Theme: Overlay by Kaira
Agurchand