On 27 Apr 2005, at 23:20, Wade wrote:

> 04272005 1720 GMT-6
>
>  What is the site address of the HSBC ePayment?
>

http://www.ukbusiness.hsbc.com/hsbc/mrp/cards/secure-epayments

But I doubt you will find much there, all the docs where supplied on CD.
It works like this:

HSBC supply a sample page that calls one of the 3 OrderHash Generation 
programs.
The progs are avail in C, Java or ASP Component.
Our server (win2003 web edition) cannot run the Java/jsp version & 
no-one knows (our server techs) how to install/use the C version. 
Therefore I am stuck with ASP.

When you POST to the Sample ASP page it generates the OrderHash by 
encrypting the posts.

I have a registration page (PHP) that must be validated. The validation 
is done when the Reg page posts to its self. Normally I would then 
redirect to a checkout page & pull any required info from mysql.
However I can't do that here because the values must be posted.

I could POST to the Sample ASP page & get that to do the validation & 
then pass back all the info & any error in a URL query to the PHP Reg 
page - but my knowledge of ASP is not so good, so i was hoping to avoid 
that.

As I understand it you can use fsockopen() to create a POST method 
stream to another page. This would be the best solution because all I 
would need to replace is my Redirect with fsockopen()
Any other method is going to require a great deal of re-scripting in 
both PHP & ASP.

It's a real pain - I will try some further digging around to day & see 
solutions I can find.

Cheers,
Riquez

[Non-text portions of this message have been removed]



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to