我有一张从一个地点取回尿液清单并存放在MYSQL表中的硬木产品。 我要再次[在一段时间内]管理该书,并更新表格。 我正在使用代号框架。
我如何能够这样做?
- Should I run a cron job?
- Or should I make a start/stop page with infinte loop?
P.S 我的网络东道主是GoDaddy
我有一张从一个地点取回尿液清单并存放在MYSQL表中的硬木产品。 我要再次[在一段时间内]管理该书,并更新表格。 我正在使用代号框架。
我如何能够这样做?
P.S 我的网络东道主是GoDaddy
第一个选择是:
我是否应该从事一项艰巨的工作?
避免使用infinite loops。
如果你的网站确实支持信条,网上服务有PLENTY,每1、5、60分钟就打电话给你的网页。
以前使用的是一只冰箱。 go角的“在线职业”类型,约20个。
http://www.ohchr.org。 我上述内容的自由版本限于每5分钟一次。 也许还有其他一些自由自由的、较好的。
诚恳是最好的选择,但东道国可能不支持。
多数东道公司有时间限定书行程。 因此,一个无限的圈子不会奏效,或者将中止你的账户。
信念是这样做的最佳途径。 只是将文字放在你选择的间隔时间上,并确保它不会太长时间地完成执行。
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 ...
<?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 = ...
I found this script online that creates a thumbnail out of a image but the thumbnail image is created with poor quality how can I improve the quality of the image. And is there a better way to create ...
如何确认来自正确来源的数字。
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 ...
I wonder there is a way to post a message to a facebook business page with cURL? thanks
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? 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 ...