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,…
Category: PHP
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…
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…
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…
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…
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…
In my last tutorial, We have seen PHP PDO with example. But PHP PDO true power lies in prepared statement. I have already covered prepared…
I got lots of request from php beginners to cover PHP PDO with examples in my tutorial. So here it is guys. Before jumping into…
JSON (Javascript Object Notation) is one of the most popular and lightweight data-interchange format. It is very easy for machine to parse and for human…
In this tutorial I am going to discuss how to show data from database on page load. With the help of AJAX we are going…