Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

115
Views
How can I run a php script 24/7?

I have a php script which generates random values for two different variables in a different interval. I need to have this script run 24/7 and in the background (page must be closed). Any help would be appreciated. Thanks in advance.

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

I would suggest you to configure a cron job to resolve your problem. Loop in php is not good enought for this, as practice shows, because if php loop script just end with error it will never start again without your help.

about 4 years ago · Juan Pablo Isaza Report

0

Write an infinite loop and run the PHP file on the server.

while(true){
  // generates random values for two different variables in a different interval
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!