DJCMBear
12-13-2010, 04:54 PM
Hi I am just wondering can you do something like this with PHP CURL, I read everything about CURL on php.net but still unsure as I haven't really used CURL before.
Basicly I want one server to get files from a different server and use them like this.
sever 1 root
- folder
- file.php - contains '$username = "test";'
server 2 root
- file.php - contains 'print $username;'
This will be something similar to what Facebook do for their Application developers, where they read a file that they have given the developer with their codes in and it allows them to search their databases to see if the information is correct etc, can I do this with CURL or not?
Thank you
DJCMBear
Basicly I want one server to get files from a different server and use them like this.
sever 1 root
- folder
- file.php - contains '$username = "test";'
server 2 root
- file.php - contains 'print $username;'
This will be something similar to what Facebook do for their Application developers, where they read a file that they have given the developer with their codes in and it allows them to search their databases to see if the information is correct etc, can I do this with CURL or not?
Thank you
DJCMBear