So here is what I would like to achieve, I currently have 2 servers one of the servers has a script installed on it that is a pretty nice script, I would like to be able to run this script on both server while it is only installed on one server.
So basically I need to figure out how to call the script from server 1 so that it will work for server 2 as well.
The reason I want to do this is so that there is only one database and so that I only have one installation of this script.
The script on server one is called by using something like this
/home/mywebsi/public_html/folder1/folder2/index.php
Please keep in mind that I am a php novice, I am still working on learning the language so examples are appreciated.
Thank you.