English 中文(简体)
• 如何在网上继续使用PHP书?
原标题:How to run a PHP script continuously on webhost?

我有一张从一个地点取回尿液清单并存放在MYSQL表中的硬木产品。 我要再次[在一段时间内]管理该书,并更新表格。 我正在使用代号框架。

我如何能够这样做?

  • Should I run a cron job?
  • Or should I make a start/stop page with infinte loop?

P.S 我的网络东道主是GoDaddy

最佳回答

第一个选择是:

我是否应该从事一项艰巨的工作?

避免使用infinite loops

问题回答

如果你的网站确实支持信条,网上服务有PLENTY,每1、5、60分钟就打电话给你的网页。

http://www.setcronjob.com/

以前使用的是一只冰箱。 go角的“在线职业”类型,约20个。

http://www.ohchr.org。 我上述内容的自由版本限于每5分钟一次。 也许还有其他一些自由自由的、较好的。

诚恳是最好的选择,但东道国可能不支持。

多数东道公司有时间限定书行程。 因此,一个无限的圈子不会奏效,或者将中止你的账户。

信念是这样做的最佳途径。 只是将文字放在你选择的间隔时间上,并确保它不会太长时间地完成执行。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签