RE: Forwarding $_POST Values

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



And if for some reason that's not viable, you can simulate a real POST method by using a socket connection and manually sending the POST variables.

Take a look at this script:
http://www.flashkit.com/board/history/topic.php/384942-1.html

That looks about right (sorry, no time to test myself.. but that's the basic concept in a nutshell).

-TG

= = = Original message = = =

> 
> I have a server with all my clients websites on. However I 
> have some clients 
> who have their own servers. I want to be able to have a form 
> on my site that 
> allows users to log into their webmail, however if the client 
> has their own 
> server I need to forward the $_POST values to a login script 
> on a different 
> server, is this possible?
> 

I don't see why not.  Set your form
action=http://their.server.com/loginscript.php

JM


___________________________________________________________
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux