PHP Classes

File: upload/plugins/bulletinboard/payment_process.php

Recommend this page to a friend!
  Classes of James Brows   PHP Bulletin Board   upload/plugins/bulletinboard/payment_process.php   Download  
File: upload/plugins/bulletinboard/payment_process.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Bulletin Board
Manage and post messages in multi-user forums
Author: By
Last change:
Date: 2 years ago
Size: 337 bytes
 

Contents

Class file image Download
<?php

// $inputData['payment_method']=$payment_method;
// $inputData['trans_id']=$trans_id;
// $inputData['user_id']=$user_id;
// $inputData['amount']=$amount;

function bb_payment_process($inputData=[])
{
   
$group_c=trim(addslashes(getGet('group_c','')));

    if(!isset(
$group_c[2]))
    {
        echo
responseData('ERROR_1','yes');die();
    }

   
}