Forum Moderators: coopster

Message Too Old, No Replies

egold php notification

         

php4om

9:34 am on Jan 13, 2004 (gmt 0)

10+ Year Member



How to integrate e-gold with php for automatic payment notification. So that I can save some record in mysql for activation purpose.
like paypal ipn.
please help me.

coopster

7:06 pm on Jan 13, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I did a quick search and found the e-gold Automation Interface ( h**p://www.e-gold.com/unsecure/sci_home.html ) that has Perl scripts for processing which seem to be defined methods that allow programmers to perform e-gold actions (spend, balance, history) via their own program.

One option would be to create your PHP script by interpreting the Perl code and adding in any functions you require.

I've never worked with e-gold before, but maybe this bump will promote some other responses...