This is my second tutorial in PHP shopping cart series. In this post we will setup directory structure and mysql database. I will also create database table and will insert…
I am starting a series of tutorials in which we well be building php shopping cart step by step . I will be focusing on front end of shopping cart…
Google reCAPTCHA is one of the best way to protect website from bots. Currently google provides V2 and V3 of reCAPTCHA. In this tutorial we are going to Integrate Google…
Online voting system is one of the best way to get user opinion about any topic. Now a days, most of the news and sports sites usually have this system.…
Curl is used to communicate with different servers. It also supports different protocols like http, https, ftp, telnet and file protocols for communication. Libcurl also supports HTTPS certificate. I already…
In my previous post, we have seen how to install Laravel on Windows using XAMPP. In this tutorial we will see the directory structure of Laravel. Before jumping into the…
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…