Very new at this so pardon my ignorance:

Off of my regular server, I'm calling a script off of a secure server in
order to process a credit card inquiry.  I thought that, just by calling the
script off of the secure server, that the "gold lock" icon would
automatically appear but it does not.  Is there something I'm supposed to do
when going to that script to make that icon appear?

Right now my button click code looks like:
href="https://secure.plasticpayments.com/keatleyphoto/authorizenet.php?UID=<
? echo $UID ?>&id=<? echo $id ?>">

What else need I do on my end?  Or, is the error in the authorizenet.php
script on the secure server?

Jeff

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to