Thursday, March 27, 2003, 5:00:10 PM, you wrote: > Sorry. What I mean is that we have an externally hosted website. > Currently all the forms etc update tables in the web hosted mysql DB. I > am in the process of building a small CRM system and want the data to > drop into our non public domain Intranet server. Is this possible?
If you can configure your apache, you could set up your remote web as a reverse proxy to a form on your local intranet. When this is done, the only access to your local form would be from the web host, not the user. To the user, it looks like they never went anywhere else. You would have something like: ProxyPass /yourwebdirectory/ http://yourlocalsite/filloutdbform.html Some info on it is here: http://www.devshed.com/Server_Side/Administration/ApacheProxy/page1.html Best regards, Randy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php