[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] a couple of questions
Hi,
Newbie questions:
- Is there any way of letting the payment routine (authorizenet, cybercash,
...) know the mv_cyber_mode besides passing this value as an <INPUT
type=hidden>? I don't like people knowing this from the HTML source. If you
have some "test_mode" implemented, they could save the page locally and
re-submit it with the mv_cyber_mode changed to fool the server.
- What are the difference among the following:
$CGI->{$key}
$CGI::values{$key}
$Values->{$key}
Thanks!!
Javier