Scenario:
Server 1 is a LAMP webserver
Server 2 is an email server
I have a php script on server 2 that creates user accounts. It works great when your logged into the server and running it from the CLI.
I have a GUI on server 1 that is used to input user info into a database.
Question:
What I'd like to do is have server 1 call the script on server 2 and have server 2 return a variable back to server 1 to be displayed and ultimately entered into the database. If you understand my rambling above and have any insight into how to get this accomplished, it would be greatly appreciated. Thank you.
Sean
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php