DevTips In this short article, I’m going to share how to rewrite query string to path with htaccess. Let’s see: Problem Let’s take a link:... In this article, we’re going to learn how to sanitize inputs in PHP. It increases the security of the code. Let’s have a look.... Today I’m going to share how to install npm packages from GitHub repository. Installing Package Visit your npm package repository and copy the https... In this article, I’m going to share how to install imagick PHP extension on Windows. Table of Contents Find Info Download Files Configurations Check... In this tutorial, I’m going to share how to redirect URL using .htaccess if it contains specific word. Let’s think our blog URLs contain... In this article, I’ll show how to get the IP address of the user. I’ll share three ways. Let’s start: Method 1 We can... In this article, I’m going to share a simple way to convert CSS’s SVG URLs to Base64 with one click. According to Wikipedia, Base64 is... In this guide, I’m going to show you how to generate JSON using Sortable drag and drop. Let begin: Table of Contents Introduce with... Sometimes we need to copy folder names only. In this tutorial, I’m going to share an idea to copy all folder names only without... We know that composer store cache. For this reason, sometimes we don’t get the latest update of a repository. We miss just updated repository’s... Today I’m going to show you how to integrate WYSIWYG or TinyMCE to any textarea on your website. We are going to finish this... We the developers like to use custom domain on localhost. Such as site.dev, example.dev etc. Previously we can easily install SSL on location. Last...