Tracking PHP Question

by danwan
1 replies
Hi.

I use a very special payment processor here in germay.
They run a PHP script for every new user who signs up.

The only way for me to track a sale is to insert a line of code into their php script.

But it should not rely on sessions because that doesn't work.

I tested the AdWatcher tool and added:

PHP Code:
$f fopen ('http://s5.adwatcher.net/asdasd/tracker.php?tp=s&amount=89.99''r' ); 
But that doesn't work.

Do you know a tracking tool which can track this?

Thanks
Danny
#php #question #tracking
  • Profile picture of the author samstephens
    Hi Danny,

    Do a Google search on using image tags to run PHP code, and you'll be able to find something that'll run that URL for you.

    That'll be the easiest method.

    cheers
    Sam
    Signature
    DLGuard v5 - The Warrior Edition
    Full integration with JVZoo, DigiResults, and WSO Pro for secure WSO's and WSO memberships.

    www.dlguard.com
    Serving the Warrior Forum since 2004
    {{ DiscussionBoard.errors[586556].message }}

Trending Topics