Hello,
Is it possible to get data from another web server (not local webserver) using php and by that I can create the php connection to store into local mysql ... ?
Any ideas?
Yes, you can use file_get_contents(): http://php.net/manual/en/function.file-get-contents.php
Or you can use cURL if you need authentication. If remote data is XML than use SimpleXML. Bye.
Thanks for the info man :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.