cPanel FAQs – cPanel Questions and Answers
This document will help you to get the answers of the basic cPanel questions. This is an FAQ for cPanel hosting control panel. You will get answers to the most…
This document will help you to get the answers of the basic cPanel questions. This is an FAQ for cPanel hosting control panel. You will get answers to the most…
WordPress is one of the popular scripts and as per WordPress report, it is powered 42% of the web. WordPress is easy to use and anyone who has limited programming…
WordPress 5.9 is most awaited WordPress version. WordPress 5.9 is a major milestone for the WordPress community because it will include the support for full site block capability. Initially it…
WordPress is one of the most popular scripts used fair amount of users. It is not just a blogging platform anymore and you can use WordPress for eCommerce, portfolio, magazine,…
OleDB connection string An OLE DB connection enables to connect to a data source by using an OLE DB provider. For example, an OLE DB connection manager that connects to…
PHP MSSQL connection script using PHP MSSQL driver You can use different database servers viz. MySQL, MariaDB, Microsoft SQL Server etc. in your PHP code to connect your database and…
Send email using PHP mail() function PHP has built-in mail() function which can be used to send email without authentication. You just need to make sure that server is properly…
Send Email using ASP.Net using C# ASP.Net has built in class to send email. You can send email with or without authentication. In our previous post we provided sample script…
Send Email using ASP.Net VB.Net ASP.Net has built in class to send email via script. You can send email with or without authentication using ASP.Net namespace System.Net.Mail. Following is the…
Send Mail Using CDO On Windows server, you can send mail using CDO. CDO allows to send email using SMTP authentication as well as without SMTP authentication. Here is the…