HS Banner
HS Codebank Articles
Page 1 of 1

Start and Setup a PHP Session 07/27/2022

Description:

Here's how I start and setup a session for a PHP app.

Author: Admin
Language: PHP
Tags: session php
Read More415

SQL Query Examples 10/31/2021

Description:

Here's a short example of SQL Select, Insert, Update, and Delete Queries.

Author: Admin
Language: SQL
Tags: sql
Read More332

Example of .htaccess for PHP 10/06/2021

Description:

A .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers, used for configuration of website-access issues, such as URL redirection, URL shortening, access control (for different web pages and files), and more. The 'dot' (period or full stop) before the file name makes it a hidden file in Unix-based environments.

Author: Admin
Language: HTTP
Tags: html .htaccess php
Read More1206



MySQL TEXT Data Type 05/13/2021

Description:

In this tutorial, you will learn how to use MySQL TEXT for storing text data in the database table.

Author: Admin
Language: SQL
Tags:
Read More280

MS SQL Backup Class 05/08/2021

Description:

Here's a class I wrote to backup an MS SQL database.

Author: B.Henry
Language: Visual Basic .NET
Tags:
Read More256

Insert into SQL 03/28/2021

Description:

Simple way to insert into an SQL server database.

Author: Admin
Language: Visual Basic .NET
Tags:
Read More223

Active Directory Computer Accounts 03/27/2021

Description:

Copy an Active Directory Computer Account , LDAP.

Author: Admin
Language: VB Script
Tags:
Read More269



SqlConnection Class in C# 03/20/2021

Description:

Represents a connection to a SQL Server database.

Author: b.henry
Language: C#
Tags: cs
Read More238

SQL Connection and Query 03/19/2021

Description:

This is a SQL connection and query using the System.Data.SqlClient

Author: b.henry
Language: Visual Basic .NET
Tags: SQL connection vb.net
Read More299