PHP

An Easy Way to Validate Billing and Shipping Information

Submitted by chrislim2888 on
You have an online business that you make your living with. There is nothing more important to ensure all the orders are from legitimate buyers but not fraudsters. Many approaches or tools you may use to ensure this, and here I’m going to show you how to do this by leveraging a free API from http://www.fraudlabspro.com. First of all, I assume you have basic technical background and well familiar

Query Data From Database Using Date Range in PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to query data base on two dates using PHP/MySQL between query. This tutorial is helpful if your are creating your system that needs sales report base on the range of date. To further understand this tutorial 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.

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