Full install and setup of Apache, PHP, MySQL, SSL and FTP Ubuntu 18.10
How to install a full web server setup on Ubuntu 18.10 x64. This will also work on other versions of Ubuntu such as 18.04 and 16.04 x64. Installing Apache with…
How to install a full web server setup on Ubuntu 18.10 x64. This will also work on other versions of Ubuntu such as 18.04 and 16.04 x64. Installing Apache with…
Here is a simple ping command in a batch file that allows you to add servers/addresses to ping and it will return the ping time for all at once. An…
MySQL COUNT allows you to count rows in your MySQL database, a useful way to use this is to apply a condition like: SELECT COUNT(*) FROM invoices WHERE `paid` =…
A simple method to view a PHP pages load time in seconds can be done with the use of microtime(). Microtime when called counts in microseconds, using microtime true makes…
Having excellent SEO for your images means that not only Google images will index them but it also helps in adding to the overall SEO and value to the page/post…
Here is a simple guide to easily install cPanel and WHM on a CentOS 7 VPS. SSH as root into your VPS or server First step is to set your…
Fetching a Sub Reddits latest posts is actually easy, mostly because the Reddit API is free and you don’t need a key. You can do self archiving with PHP and…
Here is how to search a directory and sub directories to find all images and then copy them to another directory using a simple batch file. Looping through the directory…
If you want to check if a row will be returned using PHP and MySQL you can use mysqli_num_rows which counts how many rows will be returned from the query….
Viewing your website users web browser, operating system and screen resolution is handy for several reasons. For user experience, Internet explorer for example is well documented to be incompatible with…