I have two different servers.
I have one file that contains several functions and such that creates tables on a designated database.
I am looking for a way in which code may be used from one server to another.
Basically I want the code on server B to be inserted in among the code on serer A. I believe this is not possible, but just checking. There is no need to connect to databases or of that sort on the external file as that can be done with the on server A and the code that is needed anything to be done would be on server B.
any ideas?
thx