Hi everyone, I have a question regarding executing a few classes I have written on one server from another server. here is the configuration, the server I have which is accessible fromt he internet is a Linux box, running PHP 5. I have a Windows 2000 server on our corporate LAN, running Apache and PHP 5 also, I have a third server on my LAN running SQL Server. I have a huge database with all sorts of data I would like to be able to connect to with the Linux server and post n the internet for customers, employees and our contractors. A lot of the functions to access this data have been written and are published on our Intranet site. I don' want to give access to the Windows Server to people on the internet foor various reasons, and would like provide the access through the Linux server. I have been trying to figure out how the best way to "call' these funtions would be... Maybe by using AJAX, maybe fsockopen, Curl... Any suggestions would be appreciated.
Thanks.
Thanks.
Comment