Shoutbox

Accessing data from another server - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Accessing data from another server (/showthread.php?tid=67147)

Accessing data from another server by Weyzza on 10-09-2006 at 08:35 PM

Is it possible to access data from another server with a PHP script provided I have the user name and the password?
If it's impossible, is there any other way of doing that using a scripting language?


RE: Accessing data from another server by Spunky on 10-09-2006 at 08:40 PM

What do you mean on another server? On a server than what? As longas you have the username and password it should be possible to access numerous servers at once. You can use a script to access servers and files.


RE: Accessing data from another server by Weyzza on 10-09-2006 at 08:50 PM

quote:
Originally posted by SpunkyLoveMuff
You can use a script to access servers and files.
So.. do you know what function I could use, say in PHP, to do that by any chance?
RE: Accessing data from another server by Ezra on 10-09-2006 at 11:04 PM

well... that depends on how you want to access it :P

fopen can be used to read files given by the webserver on that server
ftp to access the ftp server
sql to acces the database