BENGALURU CENTRAL UNIVERSITY
"; $response = array(); for($i = 0; $i < $dataSize; $i++) { $information=explode('=',$decryptValues[$i]); /*if($i==3) $order_status=$information[1];*/ $response[$information[0]] = $information[1]; } // var_dump($response); if($response['order_status'] === "Success") { $html = "

Your payment was successful

Payment ID: {$response['order_id']}

"; } else if($response['order_status'] === "Aborted") { $html = "

Your payment was Aborted

"; } else if($response['order_status'] === "Failure") { $html = "

Your payment was Failure

"; } else { $html = "
Security Error. Illegal access detected"; } echo "

"; // echo ""; /*for($i = 0; $i < $dataSize; $i++) { $information=explode('=',$decryptValues[$i]); // echo ''; }*/ echo $html; /* */ ?>
'.$information[0].''.urldecode($information[1]).'