PHP

Calculate Or Auto Sum All Price In Database Table Using PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to Compute or Autosum the price of all products in database table using sum function in PHP. To understand more lets follow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "tutorial". 3.

Keeping Data in the Form after Refreshing the Page Using PHP

Submitted by ronard on
Hi to All, Have a nice day..this script is just a simple that will teach you on how to keep your data in the form by refreshing the page. Just copy the script below in your web server and run to your web browser, Hope this will help you guys..happy codings.. Thanks for reading, please comment below.

Calculate Or Auto Sum the Value Using Checkbox with JavaScript and PHP/MySQL

Submitted by argie on
In this tutorial I will teach you on how to calculate or auto sum the total value of the product's price using checkbox with javascript and PHP/MySQL. To understand this, follow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "tutorial". 3.

Additional fraud protection layer for Stripe payment

Submitted by chrislim2888 on
You have a great website doing great business using a payment gateway, e.g Stripe. But, hey, have you consider adding a free fraud check to all orders running through prior to the submission to the payment gateway? Why not, after all, it costs you nothing with added security. I don't see any reason to resist it! Perhaps, you may some concerns on the technical site, that I hope this article can

Kingsfields Hotel Reservation with advance trapping

Submitted by michael.galanza on
System Details: The system use jquery for advance trapping in registrations. To access administrator the link is: http://localhost/Kingsfields%20Express%20Inn/admin/index.php to bypass login form username: admin password: admin Please import the database kingsfields_database!! Please PM me @ [email protected] for more info thanks!! God bless !! :)

Implement Fraud Detection Feature with Free API

Submitted by chrislim2888 on
Fight fraud has never been an easy task. You may feel lucky of not being defrauded yet, but it never mean you will not encounter one in future. As long as you are in web business, regardless of whether you are a merchant or developer, precaution shall be necessarily to protect you from victimized by fraudster. Long story short, let’s dive into coding on how you can get yourself or perhaps your

PHP/MySQLi Creating a Forum - Part 19 - User Search

Submitted by Yorkiebar on
PHP/MySQLi Creating a Forum - Part 18 - Related Threads Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. In this part I will be covering searching for users. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.