Bu program bir e-posta her 20 sn gönderir.
How can I amend the code to have it send an email, then pause for a random number of seconds between 1 and 20, then repeat till the end ? Any help on this is much appreciate. Thanks in advance!
Burada olduğu gibi Kullanıcı Arayüzü Gecikme bölümü ile ilişkili kodu
if (!$delaySecs) {
$delaySecs = 20;
}
<input name="delaySecs" type="text" value="<? print $delaySecs; ?>" size="10">