Top Performance Checklist for PHP ?

In this tutorial we’re going to learn what are the checklist for improve php website performance, so follow this tutorial for improve website performance. 1 Update PHP…

Difference between md5 password and Hash Passowrd Algorithm ?

The main differences between MD5 and modern password hashing algorithms like Bcrypt (which is often used through Hash::make() in Laravel) lie in their security properties: Example: –…

How to print Multidimensional array using JavaScript ?

What is Multidimensional Array ? A multidimensional array is a data structure that can hold values organized in multiple dimensions or levels. In its simplest form, a…

How to remove @gmail.com from response data.

In this tutorial i’m going to learn how to remove @gmail.com from whatever coming in response data. One way to remove @gmail.com from response data is by…

How to Generate Sitemap in PHP ? Dynamic sitemap Generator in PHP

In this tutorial im going to learn how to generate Sitemap. In this tutorial im going to share how to generate dynamic sitemap using php. first create…

mysqli::real_connect(): (HY000/1130): Host ‘localhost’ is not allowed to connect to this MariaDB server

I’m using PhpMyAdmin on XAMPP server. However, after installing WordPress on localhost, it start showing following error. Solution:- Next restart your xampp then your problem has been…

Slice Function in JavaScript

In this tutorial I’m going to use slice function in JavaScript. Now split is working successfully.

Warning: openssl_private_decrypt(): key parameter is not a valid private key 

In this tutorial i’m going to solve openssl_private_decrypt(): key parameter is not a valid private key. So follow your below code. Now Decryption is working successfully.

How to Generate Private Key or Public key in PHP

In this tutorial im going to share how to generate private key and public key in php, so follow these tutorial in very easy way. Now private…

Download File in PHP using URL

In this tutorial im going to learn how to download image using url in php. Now image file successfully download in file.