×
  • Shared Hosting

    Fast reliable and affordable cPanel Web Hosting from $2.99 per month.

  • Reseller Hosting

    Multiple websites? No problem with our multi-site hosting package. From $5.99 per month.

  • Annual Hosting

    Save money on web hosting by paying annually. Starting at $29.99 per year.

  • VPS Servers

    Need more power and resources? Choose our VPS server, only $7.99 per month.

  • FREE HOSTING PLAN

    Ideal for students and unemployed.

    Register

Blog

Tags: PHP

PHP script to store visitor info – OS, browser, location, and IP address in a MySQL database

08/12/2022 | |0 comment

This is PHP script is a simple example that demonstrates how to store visitor information such as the operating system, browser, location, and IP address in a MySQL database...

Read More

PHP Script to show Website Visitor Count in the last 30 minutes

08/12/2022 | |0 comment

The PHP script works by first setting the time frame to 30 minutes in seconds and calculating the start time by subtracting the time frame from the current time....

Read More

PHP word count script for WordPress – Display the word count of a WordPress Article

08/12/2022 | |0 comment

If you are looking for a way to include the word count of a WordPress article or page for your readers and visitors, then this is for you. This...

Read More

Your PHP installation appears to be missing the mysql extension which is required by wordpress

05/12/2022 | |0 comment

WordPress is a content management system (CMS) that is used to create and manage websites and blogs. It is based on PHP and MySQL and provides a powerful platform...

Read More

Web Scraping with PHP and CURL with examples

05/08/2022 | |0 comment

Web scraping is a technique used to extract data from web pages and other online sources. It is a powerful tool used by businesses to collect data from websites,...

Read More

PHP script to create waypoint navigation breadcrumbs

01/06/2022 | |0 comment

Breadcrumbs are a form of navigation used in web pages and websites. They are usually found at the top of the page (and sometimes the bottom) and are used...

Read More

The differences between PHP and JavaScript. What are the key differences between them?

21/05/2022 | |0 comment

It’s no secret that PHP and JavaScript are two of the most popular programming languages used in web development today. But what are the key differences between them? And...

Read More

PHP 8, It comes with a range of exciting new features and improvements

09/04/2022 | |0 comment

PHP 8 is the latest major version of the widely-used open-source scripting language, released on November 26th 2020. It comes with a range of exciting new features and improvements,...

Read More

PHP script to remove the white space and comments

17/03/2022 | |0 comment

As the importance of website performance continues to rise, developers are taking a closer look at their code to ensure that the sites they create are running as quickly...

Read More

PHP Script to prevent XSS, or Cross-Site Scripting

16/03/2022 | |0 comment

XSS, or Cross-Site Scripting, is a type of injection attack that occurs when malicious scripts are injected into a web page. It can be used to steal sensitive information,...

Read More