A window is opened after an offer if filled out

Discussion in 'PHP' started by Doug the Great, Aug 20, 2007.

  1. #1
    Ok this is VERY hard to explain what I want to try and do but i'll give it a go. This has to do with incentivized CPA offers. Anyways, I want to do a thing where an offer loads up in the bottom of a php page. This offer will be one of them email / zip submit offers that normally pay around $1. Anyways I want that to load in a page and when the user enter his/her email/zip and hits enter it submits the email/zip normally but also at the top in the same page a password appears. So like they receive the password for doing the offer. Is there anyway I could do this with PHP? Thank you!
     
    Doug the Great, Aug 20, 2007 IP
  2. ehlokoen

    ehlokoen Peon

    Messages:
    161
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could try a mix with AJAX if I understand what you are trying.
     
    ehlokoen, Aug 20, 2007 IP
  3. sdemidko

    sdemidko Member

    Messages:
    81
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #3
    I agree - you should get all needed data from input, and display password using Ajax.
     
    sdemidko, Aug 20, 2007 IP