i have a database in My-sql which have entries of time there are more than 1000 entries of time . i want to extract time and run a php script exactly at that time..
i have tried to run a php script continuously which check the time but my server does not allow to run script more than 60 seconds
EDIT I have to check the db every second is there any alternate .