Update:
As seen in the Original Questions below, I am looking to echo an array. The problem is that when I send the Moneris gateway to return a POST array to my new file (cart.php) it gets a 500 Internal Server Error.
This is the same error I received when it send to the script, which should have worked. Is there any reason that it would always send a 500 Internal Server Error?
Craig
ORİJİNAL SORU:
, Merhabalar
Ben başka bir soru için geri döndüm.
İşte benim ikilemi:
Ben .. muhtemelen 2003 yılından bu yana bizim sunucuda güncellenen henüz bir script (ImageFolio Ticaret) var. Komut elle komut sunan şirket tarafından kendisine eklenen bir Ödeme Gateway (Moneris) vardı. Bu onlara bir ağ geçidi eklemek için almak için 1000 dolar.
Şimdi önceki sahibinden bu iş satın yeni bir müşteri var. Yeni sahibinin Moneris hesabına hesabını geçiş yaparken, biz şeyleri güncelleştirilmiş olduğunu öğrendim.
Long story short..
Moneris geçidi yanıtların 3 tip gönderebilirsiniz:
- XML veri ile POST
- POST
- GET
I imagine it is easiest to just use the POST array. I have the file that it sends the response to. As of now the file responds with a Internal Server error, but it does process the order.
Ne yapmak istiyorum POST dizi Onu almak ve mantıklı bir şekilde bunu yankı böylece o, gönderilen ediliyor ne belirlemektir. Tüm POST yakalamak ve yansıtmak için bir yolu var mı?
Ya da birileri bunu yapmanın daha iyi bir yöntem önerebilir?
Teşekkür ederim,
Craig