Is it possible to have a cronjob to run every minute the same php file many times?
For example i am not allowed to add these crons because they are the same:
php /manytimes_samescript.php
php /manytimes_samescript.php
php /manytimes_samescript.php
php /manytimes_samescript.php
.
.
.
php /manytimes_samescript.php
How can i make the manytimes_samescript.php to run many times every minute by using cron only?
2 possible options: