Category: PHP
-
Simple PHP Tournament Script – PHP & AngularJS – Download Source Code
Important Note: This script is not updated in a while. But it still works. Download at your own risk. Download and learn how this simple tournament script was made. Technologies used include PHP, MySQL, AngularJS, Material Design and jQuery. Script Overview This script is an addition to our tutorial: PHP, MySQL and AngularJS CRUD Tutorial…
-
PHP Contact Form Module
Download and learn how this simple PHP Contact Form Script was made. Technologies used include PHP OOP, MySQL, Bootstrap and HTML5. Script Overview This source code will enable you to add a ‘contact form’ feature on your website. This source code is a very good starting point if you’re trying to build your own ‘Contact…
-
PHP Content Management Module
Looking for PHP Contact Form Script? Click Here. Download and learn how this simple PHP Web Page Content Management System was made. Technologies used include PHP OOP, MySQL, Bootstrap and jQuery. Script Overview This source code will enable you to manage a dynamic web page content. You can format the content the way you want…
-
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…
-
PHP and MySQL Shopping Cart Tutorial Using COOKIES
Previously, we have learned how to code a shopping cart using PHP SESSIONS. Today, we will learn a second way to do it. We will have a PHP shopping cart tutorial using COOKIES! Sounds delicious, isn’t it? But the cookie that we will use is not the cookie we eat. Let me explain. In this tutorial, we’ll use…