
How to get the first character of a string in PHP
Many times in the application we required to add or remove some part of the string for use. So in this tutorial, we will learn how to get the first …
Read MoreDownload the source code and view live demo. Learn web development using HTML, CSS, PHP, MYSQL, JAVASCRIPT, AJAX, WORDPRESS, JQUERY, LARAVEL
Get more from programming languages with Atcodex’s expert tips, tricks, example, advice with simple and easy tutorials
Many times in the application we required to add or remove some part of the string for use. So in this tutorial, we will learn how to get the first …
Read MoreThis tutorial is all about how to remove last character from the string in PHP. We will understand it with the help of 4 inbuilt PHP functions. Sometimes we need …
Read MoreSometimes we need to calculate the days between two given dates. In this post, we will see How to Get Number of Days Between Two Dates in PHP with an …
Read MoreIn this post, we are going to discuss how we can hide or mask email addresses using PHP. We can see in many application some part of the email is …
Read MoreSometimes we need to delete or replace all the unwanted characters from the string. In this post, we will learn how to Remove Special Character From String in PHP. We …
Read MoreIn this tutorial, you will learn How to Count The Number of Pages in a PDF file. If you need to count the page in the PDF file before performing …
Read MoreIn this tutorial, we will show you how to hide or mask the mobile number using PHP. Most of the time we require to hide the partial details which we …
Read MoreIn this article, we are going to see how to How to use curl in PHP. There are many ways to fetch and post the data on the webpage. Normally …
Read More