Sending email with ASP
In this article we are going to demonstrate how to generate and send emails with ASP. We will use CDOSYS…
The easy way to know
In this article we are going to demonstrate how to generate and send emails with ASP. We will use CDOSYS…
If you are developing a password-protected web site, you have to make a decision about how to store user password…
In this tutorial we will show you how to connect to MySQL database. Everything is commented so you won’t have trouble. Connect…
In this tutorial we will show you how to connect to MS SQL Server database. Everything is commented so you won’t have…
This article will help you to create a System Data Source Name (DSN) for an Access database on your local…
DSN stands for ‘Data Source Name’. It is an easy way to assign useful and easily rememberable names to data…
Constants just as variables are used to store information. The main difference between constants and variables is that constant value…
Structured Query Language (SQL) SQL is a computer language aimed at accessing, manipulating, and querying data stored in relational databases.…
Determining MySQL version is not very difficult but the command line is a quick trick and its useful. Once you…
Perhaps, you face a task to show slightly different information to different website visitors. For instance, you can show different…