PURCHASE SUCCESS PAGE, EXTRACT THE GREEN COLUMN IF YOU WANT TO USE YOUR OWN PURCHASE SUCCESS PAGE
Note!
The script automatically create the db table if it doesn't exist, the table name must be 'payments'
The download includes
- an example of the MYSQL table insert query
- a purchase success pagePHP Code:<?php
mysql_query("INSERT INTO `payments` VALUES ('','".$_SESSION['user']['id']."','".$_SESSION['user']['username']."','Badge ADCT', NOW() ,'".$_SESSION['user']['credits']."','".$_SESSION['user']['activity_points']."','10000','2500','1','".$_SESSION['user']['rank']."','0','0')");
?>
Download
Invoice - Download - 4shared









