How to send email using Gmail account
It is a common requirement to send email using any scripting language for the web application. The SMTP server of the Gmail account is commonly…
Learn by easy steps
It is a common requirement to send email using any scripting language for the web application. The SMTP server of the Gmail account is commonly…
Python has many frameworks for developing web applications. Flask is one of the popular python frameworks that is used to develop web applications. Armin Ronacher…
Laravel is a very popular PHP framework to develop different types of web applications. The Linux users require to install some packages before creating a…
The part1 and part2 of the admin panel have been shown in the previous tutorials. The ways of editing product, category, subcategory, and checking orders…
The part1 of the admin panel has been shown in the previous tutorial. The ways of inserting new product, category and subcategory have been shown…
Admin panel is the most important part of any website to manage all data of the site from one location. The first part of implementing…
The way to implementing checkout options of the e-commerce site have been shown in this tutorial. You have to complete the part1, part2, part3 and…
The way to display the products based on the product category, display the product of the wish list and transfer the product from the wish…
How to create new user account, login to the account and modify the information of the user have been shown in this tutorial. You have…
You have to complete the part-1 of e-commerce tutorial from the scratch before starting this tutorial. In this tutorial, we will learn the way of…