several ways..
if the other script you want to execute is availible publically over the web you can use this function
[man]fopen/man;
if the script is available just on the local network and not on the web you might be able to use
[man]popen/man;
if these don't solve yoru problem then please post more specifics on what you want to accomplish.