Re: script for paypal



Search the paypal site for IPN (Instant Payment Notification) you will find
a PHP example there.

--

Ted Ferenc
This address used is maintained only for newsgroup posting.
Mail sent there may not be read by me for several days.
"Jul" <mmjulian@xxxxxxxxxxx> wrote in message
news:8efdb721.0504291130.4f4c1396@xxxxxxxxxxxxxxxxxxxxx
> I need to create a script on successful payment via paypal for an
> ebook on my site
>
> The script should be on the server side that paypal calls when the
> response is processed, that generates a random token for the user,
> and saves that token to my list of valid tokens.
>
> Then have a second script that accepts a token and streams a download
> based on the token.
>
> I am new to php (today so have no clue :()


.



Relevant Pages

  • Re: How do we get there from here?
    ... > then sub the whole of that generated markup into the template? ... layed out on the fly, a simple IMG tag, or even an entire HTML document. ... PHP scripting provides 10 times the features of both of these ... idea as tokens can eliminate a huge amount of maintance, ...
    (comp.databases.pick)
  • Re: how to safely eval user-generated code
    ... T_STRING tokens match known "dangerous" function names. ... PHP itself, but in your own code, and third-party libraries. ... But imagine that $script1 is: ... scripting language and write an interpreter for that in PHP. ...
    (comp.lang.php)
  • Re: preg_match at offset
    ... input string and the tokens array in the constructor. ... regex would be more suitable: ... From personal experience, PHP performs very well ...
    (comp.lang.php)
  • Re: Software to web page to PHP to email?
    ... To prefill the textfields you can print the HTML from PHP (quick dirty ... or you can parse an HTML or other include for tokens to replace (decent ... I'd do the xml but for that .. ...
    (alt.php)