I recently moved to a dedicated server, but for some odd strange reason some of the scripts aren't functioning properly on the new server, but are still functioning fine on the old one. I'm wondering how can I call that scripts from the old server and have the results displayed on current server?
i do it with forms a lot. I just point the action to the old servers domain or ip. But I also make my scripts with limitations to only be used by specific domains or ip addresses so that others cant use them. So if your script is limited to a specific ip or domain you would have to change that before you called it from another server.
One of the most common errors is with regard to global variables. If thats the problem, theres an unsafe way to fix it with a few lines on top of each script, but since its ur server you should be able to fix the php.ini urself.
Dependent on what your script does you can also call your script within an or you can include the results in a JavaScript call: Of course, the content you put in this way doesn't get indexed.