Sometimes we work on data-driven projects in which most of the time we have to deal with exporting data in Excel file. In this article,…
Once in awhile, we need to create locally domain alias for our projects in XAMPP. In this article, we will see how to set up…
As the PHP developer, you must have come across COOKIES in PHP. In this article, we will see what are COOKIES in PHP and how…
You must have heard the word session before, If not then basically in PHP it holds the data for a limited time period. In this…
PHP is a server-side language, widely used in web applications. If you are thinking about giving it a try, you can start with a simple…
Yes! This is useful array methods of PHP – part 2 You have not read the first part you can click Useful PHP Array methods…
Part 2 – Useful PHP Array methods you should know As a PHP developer or learning PHP, once in a while, you have to work…
PHP is a server-side language that started with a procedural approach and later in updates brought the OOPs approach. But in today’s article, we will…
Laravel is the MVC framework of PHP. Most of the PHP developer work on Laravel so do I. In my earlier post I have created…
Login with username and password is kinda old school, now nobody wants to type a word. Everybody wants everything in one click, that’s why most…