free hit counter

Why is my site slow?

Why is my site slow?
There’s  several common reasons why sites are slow — we ask that you please troubleshoot via this article before opening up a ticket asking for additional assistance. Before we start troubleshooting, most CPU issues resolve themselves within 10 minutes or so.   It could be many of the reasons below, however if your site has been slow ...

What is considered an Entry Processes?

What is considered an Entry Processes?
  If you log into cPanel, you will see on the left hand side “Entry Processes” with a number. An “Entry Process” is how many PHP scripts you have running at a single time.  Our shared hosting has a limit of 10 PHP scripts at a single time. Keep in mind an “Entry Process” only ...

Introduction to MySQL with PHP

A database is your best choice for storing data in your web application, and the MySQL database server has always been the most popular choice among PHP developers. It’s supported by almost any hosting company offering PHP, which makes it easy to get started with, and you can even download and install it on your ...

Variables in PHP

Variables in PHP
Variables are one of the most important aspects of every programming language. They allow you to store a value within a named container, for later use or manipulation. Storing and retrieving something from memory is a complicated task, but fortunately, PHP hides all this low level stuff, and makes it super easy to declare and ...

What is PHP?

What is PHP?
PHP is an extremely popular, Open Source scripting language, most commonly used on webservers to produce dynamic pages. The name “PHP” is a recursive acronym for “PHP: Hypertext Preprocessor” and was initially created by Rasmus Lerdorf in 1994. As of today, the current version of PHP is version 5, with version 6 in the making. ...