Is this UNIX or Windows? If UNIX, I can help, if not, I'm not quite sure although I'm sure someone else can help.
UNIX:
/path/to/script/script.php &
-The & puts the script in the background.
As stated above you can also run the script as a cron (unix scheduler). I'll wait to see what OS you're on before I dive into that area.