Hi. I tried to post this question earlier, but I think I made it too confusing. Here is my essential question:
I need to pass a parameter in the URL, to get picked up and used by my initial app. So I want to allow the user to do this:
www.mydomainname.com?teamid=123
I have a SC app called listplayers, so I want that app to get the teamid parameter. The problem is, if the user links to my system using the above, the paranter gets dropped when SC does the automatic redir to my initial app.
If I call it directly, as in www.mydomainname.com/listplayers/listplayers.php/?teamid=123 it works.
What can I do?
Thanks,
Jamie