Is it possible to create services

Hi, can i ask is it possible to create services in php ?..like querying to the database in every seconds or minuets.

Thank you in advance.

Sort of.

You can create scheduled tasks that run a specific script at certain times or intervals.

On linux servers, it’s a cron job:

Thank you Force Flow :slight_smile: