Author: ninjazhai
-
PHP Product Catalog Module
Note Before You Download, make sure you have basic understanding of these topics: a. PHP Object Oriented CRUD Example with Bootstrap b. Apache .htaccess RewriteRule Examples with PHP Features List FEATURE ACCESS LEVEL Source Code USER MANAGEMENT User type: Admin Admin Yes Interface for admin Admin Yes Login page Admin Yes Log out Admin Yes…
-
PHP Shopping Cart Module
This PHP shopping cart module has features of a shopping cart that works with a logged in user. This is a good starting point of developing your project. You can add your own features that is required for your project. List of features Admin features The table below shows the features an admin can do…
-
PHP Login & Registration Module
This source code is about PHP Login System. It will help you understand how to login and logout functionality works. Sign up email verification, user registration, and forgot password features are included as well. The basic idea is, we will have two user access levels: the ‘Admin’ and ‘Customer’. If the ‘Customer’ is logged in,…
-
PHP PayPal Integration Module
This code will solve your problem and answer your question: how to add PayPal and credit card on checkout? You can use this code on your PHP shopping cart script. PayPal Integration In PHP – Output Preview You can watch the demo video below to see how the source code works. Demo is in sandbox…
-
PHP Shopping Cart System – Download source code
Are you trying to learn how to build your own PHP shopping cart system? Do you need quick guidance and support while doing it? You’re in the right place. Google defines the word “system” as a set of connected parts forming a complex whole. We say this “PHP shopping cart source code” is a “system”…
-
PHP Shopping Cart Tutorial – Step By Step Guide!
Previously, we learned how to create a PHP Login system with admin features. Today, we will learn our comprehensive PHP Shopping Cart Tutorial! This step-by-step guide will walk you through building a fully functional shopping cart application using the PHP programming language. This tutorial will give you the necessary knowledge and skills to create your…
-
JavaScript CRUD Tutorial – Step By Step Guide!
Previously, we learned how to create, read, update, delete, search, and paginate data with our simple REST API tutorial in PHP. Today, this tutorial will demonstrate a step-by-step approach to creating a CRUD (Create, Read, Update, Delete) application using JavaScript. We will utilize a pre-existing REST API as the back-end and create a user-friendly front-end…
-
How To Get Instagram Access Token in 3 Easy Steps?
If you need to use the token to display your Instagram feed on your website, you can use plugins like SociableKIT. No token is needed. Learn how to use SociableKIT here. FYI: This tutorial does not work anymore. You need to follow Instagram’s new way of authentication to get the token. More details here. Ever…