June 21, 2023, 8:27 pm — By
May 3, 2020, 11:11 pm

You can download here for free the sample PHP , MySQL and Bootstrap login and registration script. Feel free to change it and use in your website! Download the source files here: Copahost – Login and registration script – PHP MySQL Bootstrap The file contents database.php – Performs the connection to the...

How to host a PHP Site?
February 5, 2020, 10:13 am — By
February 24, 2019, 3:29 pm

There are some methods to look through one array in PHP. The functions are foreach, while and for.  In this article, we will show examples on PHP loop through array using each of these functions. By these examples, there will be a loop in the PHP script, and on each member of the array, the PHP script will show its value. Instead,...

February 24, 2019, 1:44 pm

In this example, we will show a script in PHP to upload multiple files at once. This PHP upload multiple files script works in any standard PHP based server.  First of all, the HTML page will prompt you to select multiple files. Then, as you click Upload, the server will process the files one by one. First of all, make...

June 13, 2016, 9:14 pm

If you own a website where users are allowed to upload files, you might often get complaints stating that they are unable to upload files. They would be hitting an error as follows: “Error: The uploaded file exceeds the upload_max_filesize directive in php.ini” upload_max_filesize mentioned in the error above...

June 13, 2016, 9:02 pm

Sometimes you might have noticed that certain PHP scripts that you wrote are not working as desired. A very common error message is Fatal error: Maximum execution time of 30 seconds exceeded.  The cause is the PHP restriction on the directive max_execution_time. But, it’s easy to adjust the PHP max execution time. Firstly,...

June 13, 2016, 8:53 pm

If you are using an old version of PHP, it is likely that you have seen errors as follows: PHP Fatal error: Directive ‘register_globals’ is no longer available in PHP in Unknown on line 0 “PHP Fatal error: Directive ‘register_globals’ is no longer available in PHP in Unknown on line 0” “PHP...

June 13, 2016, 8:45 pm

PHP is by far the most favourite scripting language when it comes to websites. Our servers run different versions of PHP and customers are free to choose the version they like. This is accomplished using the PHP version selector in cPanel. The post describes how versions can be selected based on your requirements. It’s...

June 13, 2016, 8:34 pm — By
postgresql mysql
December 3, 2023, 1:05 pm — By
SQL ORDER BY
November 25, 2023, 12:37 pm — By
October 29, 2023, 4:52 pm — By
October 29, 2023, 4:25 pm — By
July 5, 2023, 2:43 am

Are you ready to embark on your WordPress website journey? With cPanel, the popular web hosting control panel, you can install and login to your WordPress website without breaking a sweat. To install WordPress in cPanel however, you will need an auto-installer tool like Softaculous. We will begin this article by telling...

July 3, 2023, 1:42 pm

URL redirection is widely used for several reasons. There are many tools that help us make a simple and effective URL redirect. In this article, we will show some examples. If you wish to redirect the whole domain (any folder and page on it), then we recommend this article. For SEO purposes, we always recommend using...

June 28, 2023, 7:37 pm — By
June 26, 2023, 11:12 am — By
June 22, 2023, 11:09 am — By
June 22, 2023, 11:06 am — By
June 22, 2023, 10:15 am — By
June 21, 2023, 8:10 pm

We can use the parseFloat method to convert a string into a floating-point number. The parseFloat method takes a string value and returns a floating-point number. But there are few rules for using parseFloat method in JavaScript. We will discuss these rules of using parseFloat method in this article. parseFloat...

June 21, 2023, 12:41 am — By
June 20, 2023, 5:18 pm — By
html file hosting
February 6, 2020, 2:44 am — By
How to Host a Static Site
February 5, 2020, 4:17 pm — By
how to I host my wordpress site?
February 5, 2020, 3:32 pm — By
Webpage Hosting: Everything You Wanna Know!
February 5, 2020, 3:28 pm — By
Best Domain and Host Provider
February 5, 2020, 10:27 am — By
Host an HTML Site in 5 easy steps
January 22, 2020, 9:22 pm — By
November 12, 2019, 2:01 am — By
November 10, 2019, 1:21 am — By
October 28, 2019, 7:04 pm — By
October 17, 2019, 12:14 pm

Know WordPress version from cPanel is sometimes tricky, especially if you don’t have access to its dashboard. There is a method to know the WordPress version from cPanel using its File Manager. This can also be done via FTP if you prefer. We will check the current WordPress version from its code, inside the file called...

October 16, 2019, 7:18 pm

It’s very common to have the PHP directive allow_url_fopen not working in a cPanel server. This is a security directive, which is disabled by default. It’s very easy to have it enabled, as cPanel allows us to fully customize php.ini. We will show with images and examples on how to allow URL fopen in cPanel. This...

October 14, 2019, 7:14 pm

When you buy a domain name, you need to know more about the other important part of the process: web hosting. Read this article to learn everything you need to know about hosting your domain. Was this helpful? .happy-face-cls-1{fill:#c9c9c9;}.happy-face-cls-2{fill:#e1e1e1;}.happy-face-cls-3{fill:#676767;} ...

October 13, 2019, 11:38 am

Is it possible to host your website for free, with your own domain name, running WordPress? The answer is Yes, and in this article, we will explain how to configure a free WordPress hosting with your own domain. WordPress is a CMS software, responsible for almost 70% of the internet hosted websites nowadays. Initially meant...

How to buy domain
October 11, 2019, 3:00 pm — By
October 11, 2019, 12:35 pm

Python is one of the most widely used programming languages. There are many reasons for us to use python but its syntax is one of the reasons that make it very easy and simple to use. We can write python code without using semicolons and declaring data types for variables. This solves many errors while running the code....

October 9, 2019, 10:44 pm — By
August 10, 2019, 10:54 am

Javascript provides a vast amount of math-related functions. In this article, we will explain how to use Math Random in Javascript. These in-built functions and objects are very useful while programming and developing. In-built functions and objects reduce the work for the developers. Some of the most commonly used in-built...

August 10, 2019, 10:46 am

Javascript Beautifiers are a set of tools that we can use to format our Javascript code. The beautifiers can format code written in any programming language. In this article, our focus is on javascript. In this article, we will show the best beautifiers available for Javascript. A little explanation about code formatting Formatting...

What is web hosting?
July 30, 2019, 5:30 pm — By
July 28, 2019, 6:19 pm

Strings in javascript are the most commonly used data types. Anything we write between double quotes is a string. We can also use single quotes for strings. We can manipulate strings in various ways. Javascript provides a lot of options for string manipulation. One of the ways of working with strings in javascript is by...

how to debug javascript in chrome
July 27, 2019, 7:42 pm — By
July 23, 2019, 5:05 pm

Forms are used in web development for user interactions. Details of an individual are obtained by using forms. We use a form tag to create forms in HTML. We can use different input fields to interact with users. These input fields are placed inside an HTML form tag. The input element can be displayed in several ways. It...

July 18, 2019, 9:30 pm — By
June 30, 2019, 6:20 pm

As per the recent cPanel announcement, its license cost increased a lot. cPanel was the world most used control panel, but nowadays a single server license can cost as high as 450€ a month (it was less than 39€ in the past). The new cPanel licensing cost (explained in this official announcement) varies according to...

February 17, 2019, 1:37 pm — By
February 4, 2019, 2:43 am

FTP is a very easy to use tool for uploading files into a server and updating a web site. There are some nice FTP clients such as CuteFTP and Filezilla. Thus, in this article, we will explain how to use the cPanel Web FTP client (also called FTP Online). There is no need to install software on your PC. You can update and...

February 3, 2019, 11:18 pm — By
January 30, 2019, 7:08 am

The primary function of the MySQL privilege system is to authenticate a user who connects from a given host and to associate that user with privileges on a database such as SELECT, INSERT, UPDATE, DELETE etc. In general, Mysql Grant All Privileges ensures that one user has access to one or more databases and/or table. How...

January 29, 2019, 4:49 pm

MySQL is an open source relational database management system. MySQL is a component of the LAMP web application software stack, which is an acronym for Linux, Apache, MySQL, PHP. A web application using MySQL database have to authenticate via a MySQL user and password who has sufficient privileges on that particular database....

June 8, 2016, 4:22 am

This article explains what is a cheap shared hosting provider. The hosting company divides a physical server into several “slots”, hosting more than one website at once. One hosting server is a hardware node that has several gigabytes of disk storage and many RAM memory. Each site has a disk space quota, with...

June 4, 2016, 10:06 pm — By
June 4, 2016, 8:03 pm

Having a cheap VPS hosting with cPanel is a powerful way to host several websites. Just like a reseller hosting account, but with plenty more space and resources control. In the early 2000s a VPS server used to cost more than 90€ per month. Nowadays, you can order a VPS Server for less than 4€ only, with Linux operating...

June 4, 2016, 5:57 pm — By
May 21, 2016, 4:20 am

This post explains how you can install Magento, at a single click through cPanel, the most accepted control panel in the hosting environment. This single click installation is made possible through the software named Softaculous. It includes 300+ software in its store, all installable at a click. Online stores has become...

May 18, 2016, 1:15 pm

We went through the steps required to install Simple Machines Forum or SMF in the post How to Install Simple Machines Forum SMF . This post will now deal with the initial configuration of Simple Machines Forum so that you can start publicizing the forum. While installing the forum, we created an admin user who will be the...

May 18, 2016, 1:09 pm

MyBB is a free bulletin board software that stands out among the top most open source bulletin boards available today. This application name is the short form of My Bulletin Board. Its interface is easy to use and intuitive. It’s a similar software just like Simple Machines Forum (SMF) .  It uses PHP any MySql for...

May 11, 2016, 3:04 pm

We read about how an OpenVPN Server can be setup and made ready to connect from an OpenVPN client in the article Configuring OpenVPN in Ubuntu using TUN/TAP Let’s see how to set it up in a windows machine at home and how it can be used to connect to the OpenVPN server. I currently use a windows 8.1 machine. I will...

May 9, 2016, 11:17 am

For years, MySQL is the favorite database system for developers worldwide. After the acquisition of MySQL by Sun Microsystems, and later by Oracle, the original founders of MySQL forked MySQL and created another RDBMS called MariaDB. It is actually a perfect replacement for MySQL and has more features and better performance...

May 5, 2016, 6:02 pm

Databases are an important part of any website or software. With relatively large amount of data, all applications use one or the other database method to store data. PostgreSQL, commonly known as Postgres is an open source, object – relational database management system (RDBMS). It was originally designed for unix...

May 2, 2016, 5:19 pm

To recover or reset MySQL root password in Ubuntu, you should simply follow some steps. This process may vary according to the operating system. Ubuntu offerts a possibility to restore the root password via dpkg, which is a native package management system. Recovering the database root access: reset MySQL root password...

May 2, 2016, 4:29 pm

To install MySQL in Ubuntu, need to have root access to an Ubuntu server. This tutorial applies either to a dedicated server and a cheap vps hosting server. The first step is to login by SSH into your server. First of all, we have to update all the packages of the server sudo apt-get update sudo apt-get upgrade Now we...

May 2, 2016, 3:45 pm

This article shows the steps required to install Apache in Ubuntu 14. Apache web server is the most used and reliable web server of the world. This tutorial assumes you have an Ubuntu server, with full root access. The first step is access your Ubuntu server with root by SSH. We will explain how to install Apache httpd...

April 21, 2016, 2:33 pm — By
March 26, 2016, 6:16 pm — By
March 23, 2016, 8:39 pm — By