Launched in June 2011, Laravel is one of the most popular open-source PHP framework till now. Laravel is developed by Taylor Otwell and follow MVC (Model-View-Controller) design pattern. Purpose of…
Login/Register module is one of those features almost all sites have nowadays. But develop a secure login and registration form can be a nightmare for PHP beginners. Because various steps…
As a PHP beginner working with json sometime becomes very difficult. And this difficulty converts into nightmare when json is used with ajax. But don’t worry in this tutorial I…
Laragon is the fastest growing local development environment for PHP, Node.js, Python, Java, Go and Ruby. Laragon comes with bundle of tools like notepad++, cmder, putty, winscp and you can…
In this tutorial, we will see how to add server-side validation with custom error messages and callback to the login and registration using Codeigniter form validation class. I will create…
Database migration is one of the best features that you get in any PHP framework. Database migration in the framework is just like a version control of your database tables.…
As we have seen in my earlier post that how to install and run mongodb on windows 10. But we didn’t see how mongodb will connect to php. I usually…
Namespaces are a way to encapsulate item. Just think like your D:\songs directory in your Computer. You may have sub divided songs folder into multiple folders like D:\songs\pop, D:\songs\Hiphop, D:\songs\Rock,…
MongoDB is an open source and widely use NoSQL database around. It offers JSON-like documents, ad hoc queries, indexing and real time aggregation which makes the mongoDB so popular in…
In this tutorial we will see how to change data using dropdown. With the help of jQuery, Ajax, PHP and MYSQL example we are going to achieve this. I know…