Need help with finding location of .php?pln='?'

Discussion in 'PHP' started by CircleOfLinks, Apr 19, 2007.

  1. #1
    Hi,
    im having a massive problem for the past few days i have been trying to change some options on my website.
    The problem im haing is:

    After completing one of the forms below and selecting paypal / credit card as the payment option

    http://www.aussiepages.com.au/signup_standard.php (goes to ?pln=S)
    http://www.aussiepages.com.au/signup_image.php (goes to ?pln=P)
    http://www.aussiepages.com.au/signup_image_new.php (goes to ?pln=O)

    It takes you to the following page to continue with the 'checkout' process

    http://www.aussiepages.com.au/paypal.php?pln=S
    http://www.aussiepages.com.au/paypal.php?pln=P
    http://www.aussiepages.com.au/paypal.php?pln=O

    After making payment or canceling payment it redirects you back to either:

    http://www.aussiepages.com.au/confirmation.php?refer=success
    http://www.aussiepages.com.au/confirmation.php?refer=cancel

    I need to change the payment buttons on all 3 forms becuase my affiliate company has given me a code and i need paypal to redirect users after payment to a 'thank you' page where the affiliate company can track the sales generated. The problem were having is even my new webdesinger cant seem to find where the ?pln= is leading to. I have tried contacting my old designer but he is not repling to my calls/emails.
    Please if someone can help i would really appreciate it as this is extrlmy urgent.

    thanks everyone for your time and help

    danny
     
    CircleOfLinks, Apr 19, 2007 IP
  2. phper

    phper Active Member

    Messages:
    247
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #2
    hi danny,

    that ?pln=x is a variable used internally by the script paypal.php.
    this is something you need to ask a web programmer about, not web designer.
    unfortunately, there's no way of knowing what it does without looking at the code.
     
    phper, Apr 19, 2007 IP
  3. CircleOfLinks

    CircleOfLinks Active Member

    Messages:
    306
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    thanks everyone. all sorted out now.

    regards
    danny
     
    CircleOfLinks, Apr 20, 2007 IP