Tag: Servers

php
mortal asked:


I need to extract data from 2 MySQL databases located at two different servers. How is it possible from one single PHP page?

Tags: , ,
php
Sporadical asked:


Two fsockopens() in a single script uncontrolled by classes is tedious to maintain and doesn’t work very well. Then, is there a class that would allow my PHP client script to connect to different servers concurrently and handle the connections for each (supporting fwrite, etc.?)

Tags: , ,
Back to top