My PHP code starts like this,
<?php
// Standard Receipt Data
$amount = null2unknown($_GET["vpc_Amount"]);
$vpc_message = null2unknown($_GET["vpc_Message"]);
$cardType = null2unknown($_GET["vpc_Card"]);
$receiptNo = null2unknown($_GET["vpc_ReceiptNo"]);
$merchTxnRef = null2unknown($_GET["vpc_MerchTxnRef"]);
$transactionNo = null2unknown($_GET["vpc_TransactionNo"]);
$txnResponseCode = null2unknown($_GET["vpc_TxnResponseCode"]);
$authorizeID = null2unknown($_GET["vpc_AuthorizeId"]);
I checked the previous pages for these GET variables ie., vpc_Amount etc., but I could not trace it. I am new to PHP and HTML.
Can somebody help me this by clarifying. Actually this is enclosed in a PHP page called payment_gateway.php. The user when he
gives his email-id,credit-card number etc., this process is involved.
Please help me out.
Babu_1 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.