Javascript click button to copy textarea or input

5 years ago

How to do a button click to copy for a text box or input with HTML and a little bit…

Bootstrap collapse example

5 years ago

Bootstrap collapse allows you to add toggles to show and hide HTML content. This is handy for avoiding an overload…

Reservoir no 7 drone images

5 years ago

Reservoir no 7 drone images.

HTML form inputs based on a select element

5 years ago

Creating an HTML form that is dynamic based on what is selected. Certain form input elements will be shown based…

PHP constants vs variables

6 years ago

The differences between constants and variables in PHP isn't enormous but here they are: A constant cannot be changed once…

Enabling and configuring PHP OPcache

6 years ago

OPcache is said to improve PHP performance by storing scripts in shared memory thus avoiding the need to load scripts…

The simple PHP PDO MySQL fetch (SELECT) types

6 years ago

The basics for PHP MySQL PDO fetch types, whether it be returning just one row, one column or looping through…

A PHP function for making HTML tables

6 years ago

A PHP function to help reduce the load of duplicate code when producing HTML tables. This works by looping through…

Mount Alexander from drone

6 years ago

Mount Alexander Harcourt from drone.

The MySQL soundex function; Selecting names

6 years ago

Soundex is the algorithm for indexing names by sound or as pronounced. The MySQL SOUNDEX() function returns a Soundex string…