Hey there. I need to write a small C program that loops every minute. I want to run a PHP script in Linux every 1 minute and be able to kill the program by pressing CTRL + C or something. I don't want to do a cronjob and I'm not really sure how to do this in C. I am vary new to C Thanks.