Category: Programming
From Part 2, I have established a connection to employees database on MariaDB. Now, I’ll show how to retrieve and modify data from the database. Retrieve data from a …
From part 1, I already installed MariaDB using XAMPP and import employees sample database. Now I’m ready to write JAVA code to establish a connection to the database from …
This series shows how to access MariaDB on NetBeans 8.2 using MySQL Connector/J 8.0 on Windows. I’ll divide into 3 parts: Part 1: Install Employees sample database and grant …
When you run a PHP file, you see the following error message: Fatal error: Class 'XSLTProcessor' not foundFatal error: Class 'XSLTProcessor' not found Cause The PHP file requires XSL …
FormatDateTime ASP Classic provides FormatDateTime function which allows you to format a valid date or time expression. For date, it allows you to select two formats: vbLongDate, and vbShortDate. …
Download File Programmatically on C# This article shows how to download a file from website to local disk programmatically on C#. The simple solution is to use WebClient class. …
Solve $(document).ready is not a function If you develop a website using jQuery with other JavaScript libraries (such as mootools, scriptaculous, etc.) on the same page, you may receive …
cURL is client-side URL transfer library which allows you to connect and communicate to many different types of servers with many different types of protocols. It supports http, https, …