On 10/27/06, Russ <[EMAIL PROTECTED]> wrote: > > Im trying to Put the login form in DOMAIN1, and POST data to DOMAIN2 > and return to > DOMAIN2 > >
Okay, so maybe some basic PHP form processing help is needed here. if you set the action of your form to DOMAIN2, I don't see what you won't return to DOMAIN2. Or, if you're trying to go from DOMAIN1 (where the form is) to DOMAIN2 (where the form processing happens) and back to DOMAIN1, then all you need to do is execute a header redirect at the end of the script on DOMAIN2 that takes you back to DOMAIN1. If you don't know what a 'header redirect' or how to do it with PHP, then I suggest you look it up on google. -- Chris Hartjes "The greatest inefficiencies come from solving problems you will never have." -- Rasmus Lerdorf @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
