I am NEVER one to understand how to set up postback. Thats why I hire my coder to do it for me But eventually I am going to have to learn. I just heard about CPAlead and signed up, now I want to give them a try. My question is how to set up postback for cpalead? I am using FSR script It has video tutorials on it and everything, still can't get it Can somebody please explain to me an easy way to do this? Or if you could do it for me?
Actually, it's really easy if you know the basics of HTML Forms and server side scripting / databases The steps for the process is as follows: 1) You send the visitor to CPALead's gateway / survey display 2) The visitor completes an offer, and CPALead.com's servers are acknowledged 3) After getting the "survey completed" confirmation, CPALead.com's server sends a post request (ie. survey post back) to your server side script. 4) Your script recieves the post request and updates a database table etc. To set it up, you need a script like http: / /www.yourdomain.com/cpapostback.php at your server that will fetch the post fields upon request. The names of the fields are given in CPALead.com's survey post back page. Feel free to ask any points that you don't get.