Sorry Jack -
thanks for the answer... I probably didn't explain it correctly.

>From page A users have a link to reach the gateway (via POST) leaving
my site (this opens a new browser page).
As soon as they leave the site, page A changes to another page let's
say B. The URL of page B is what I pass to the gateway to have the
answer back.
Users, once reached the gateway, application fill in their data and the
payment is processed. A confirmation/denegation page is shown and
that's it.
So page B should "wait" there for the gateway's answer... for example
reloading every x seconds using a Javascript REFRESH or something like
that. The script will process what in HTTP_POST_VARS...

while waiting B will output something like "Processing you payment.."
and when it receives the answer from the gateway it must update some
database table and display a final confirmation or output a
"transaction not successful".

Thanks
      Gianluca



JD> not sure i follow Gianluca...the script will stay there, its not going
JD> anywhere, so why does it need to "wait"? it'll process whatever info is sent
JD> to it........

JD> -jack

JD> -----Original Message-----
JD> From: Gianluca Baldo [mailto:[EMAIL PROTECTED]]
JD> Sent: Saturday, September 22, 2001 2:06 PM
JD> To: [EMAIL PROTECTED]
JD> Subject: [PHP] witing for a post


JD> Hi all -
JD> i have set up a credit card gateway interface. The gateway sends an
JD> answer to a URL (i.e. http://www.domain.com/answer.php)
JD> I pass to it with the some other data.
JD> My bank documentation is poor and the support is worst.

JD> My question is: how do I make my script at http://www.domain.com/answer.php
JD> to wait for the answer?
JD> The gateway send its answer via POST to the URL I specify but I don't
JD> know how to "stay there listening for the answer".

JD> Any idea?
JD> Thanks in advance

JD>                  Gianluca


JD> --
JD> ALBASOFTWARE
JD> C/ Mallorca 186 - 3º 1ª
JD> 08036 Barcelona (Spain)
JD> Tel. +34 93454009 - +34 934549324
JD> Fax. +34 934541979
JD> [EMAIL PROTECTED]
JD> http://www.albasoftware.com
JD> http://www.phpauction.org
JD> http://www.gianlucabaldo.com


JD> --
JD> PHP General Mailing List (http://www.php.net/)
JD> To unsubscribe, e-mail: [EMAIL PROTECTED]
JD> For additional commands, e-mail: [EMAIL PROTECTED]
JD> To contact the list administrators, e-mail: [EMAIL PROTECTED]





--
ALBASOFTWARE
C/ Mallorca 186 - 3º 1ª
08036 Barcelona (Spain)
Tel. +34 93454009 - +34 934549324
Fax. +34 934541979
[EMAIL PROTECTED]
http://www.albasoftware.com
http://www.phpauction.org
http://www.gianlucabaldo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to