Redirection Issue

Discussion in 'PHP' started by Triexa, Mar 13, 2006.

  1. #1
    Okay so I am finishing up the next version of my mailing list script and just wanted to get some input on a final issue.

    The user will be able to specify various URLs once the form is processed... like success or error on subscription.

    The problem is that the form may allow for subscribing to multiple mailing lists. In this case, there may be success with one list but an error on the next (maybe already subscribed to it..)

    So if you were using this, how would you want to have this system work?

    Thanks! If anyone needs any clarification feel free to ask! :)
     
    Triexa, Mar 13, 2006 IP
  2. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    hmm, something like

    list 1 succeed
    list 2 succeed
    list 3 problem
    list 4 succeed
    list 5 succeed

    my $0.02
     
    123GoToAndPlay, Mar 13, 2006 IP
  3. Triexa

    Triexa Active Member

    Messages:
    580
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    Ya I think I am going to do something like that... thanks!
     
    Triexa, Mar 13, 2006 IP
  4. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    oh might wanna say what kind of problem. Like you pointed out "already on the list"
     
    123GoToAndPlay, Mar 13, 2006 IP