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…
Last updated: August 26, 2026. Use ADO with Microsoft’s supported OLE DB driver for SQL Server. Enable encryption and keep…
Last updated: August 26, 2026. A System DSN stores ODBC driver and connection settings for all users on a Windows…
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…