On Friday 09 December 2005 20:31, Jim Moseby wrote: > > 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 It's also possible to perform an POST request. You have to use fsockopen an some HTTP Requests. Greets Boerni -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php