Hi,
does the other script just contain function declarations ? If so, you can include it at e.g. the top of your script with
require_once('script.php');
If it also contains e.g. some html output it would be better to place those needed functions in a separate script and to include it on all pages where you need them.