I have an ASP-based site and it uses databases to store some simple information... I need to be able to pass some variables from a 'registration' page of my site to another organizations Cold Fusion driven site, using POST method (they've given me 3 or 4 variable names to provide to them via POST...
They didnt give me a specific URL - but it seems that this should be my next question -- where to POST the data to...
Im struggling with HOW to pass the variables though... I mean I know how to use the querystring to do this, but in this scenario, querystring isnt an option... What else can I do here to send variables to the 3rd party site?
Thanks!
They didnt give me a specific URL - but it seems that this should be my next question -- where to POST the data to...
Im struggling with HOW to pass the variables though... I mean I know how to use the querystring to do this, but in this scenario, querystring isnt an option... What else can I do here to send variables to the 3rd party site?
Thanks!