Category: PHP

Display the Content only to the allowed IP address in PHP

A quick tip for only allowing access to a website for a range of IP addresses. This is a very simply and useful way of allowing access to only certain […]

Read More

How to remove .php, .html, .htm extensions with .htaccess

Many times you will want to have user-friendly URLs on your site. Instead of https://www.www.example.com/index.html you will want to have https://www.example.com/index . The second URL looks much better. Also, from […]

Read More

Install SSL Certificate in Plesk Control Panel

Install SSL Certificate in Plesk Control Panel Learn how to install an SSL certificate as a Plesk administrator. These steps will allow you to install a global SSL certificate in […]

Read More

SQL Joins

A SQL JOIN clause is used to combine rows from two or more tables, based on a related column between them, Example: SELECT Orders.OrderID, Customers.CustomerName, Orders.OrderDate FROM Orders INNER JOIN […]

Read More

WordPress Ecommerce Plugins

Introduction: A lot of you have WordPress websites and blogs these days, so it makes sense for you to consider getting one of WordPress’ many ecommerce plugins to turn your […]

Read More