Php

Discussion in 'Web Development and Programming' started by Guest, Aug 5, 2010.

  1. Guest

    Guest Guest

    I want to send one person to one checkout, and the next to my friends checkout, so we can split profits, so one to first paypal, one to second, and on and on.

    Can anyone think of a script?

    Caleb
     
  2. Dan Hutter

    Dan Hutter aka Big Dan

    Joined:
    Jul 20, 2006
    Messages:
    1,412
    Likes Received:
    515
    Location:
    New York
    Easiest way to do this is run it through one account and disperse the profits say once a month.

    I'm thinking any PHP script would randomize on page load, not everyone loading the page is going to buy so it will be disproportionate.
     
  3. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,706
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    I don't think you can send someone to paypal and then force paypal to send them to another product.
    You could have a page load and once someone clicked your link (1st paypal one) that would open in a new window and the original page could be directed to your friends link. (2nd paypal).
     

Share This Page