On 10/27/06, Russ <[EMAIL PROTECTED]> wrote:
>
> but what i want to do is have the form on domain1 call the form handler
> on domain2 to and remain on domain 2
>

/me takes a deep breath

Russ, that's exactly what I said.  Here it is in simple terms.

Form exists on domain1.com

So, you have this code here:

<form action = 'domain2.com/process.php'>
....
...
</form>

So, when the user submits they go to domain2.com/process.php....and
stays at domain2.com/process.php

Or am I missing something, because this looks like 'web forms 101' to me.

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to