tion_time")."";
echo "sleeping ".date('h:i:s')."";
sleep($t);
echo "stop sleeping ".date('h:i:s'); ?>
?>
Same result, $t=59 works but $t=70 times out
Cheers
Arno
-Original Message-
From: Ólafur Waage [mailto:[EMAIL PROTEC
Could you try setting the max_execution_time with ini_set and
confirming the status of it with ini_get ?
- Waage
2008/6/4 Arno Kuhl <[EMAIL PROTECTED]>:
> I recently picked up an issue when I upgraded my IDE, where the browser
> window timed out while I was debugging the code. I checked with supp
I recently picked up an issue when I upgraded my IDE, where the browser
window timed out while I was debugging the code. I checked with support and
was told the problem was with php 4.4.8 which they'd upgraded to, so to
confirm I installed 4.4.8 and ran a test - and it seems there is a problem
with
Fabio Silva wrote:
Hi all, i have a problem with this script... could anybody help me??
Regards,
Password change
First question to you is, what version of PHP are you using?
all the above should be in this format:
$list = array('user','oldpw','newpw1','newpw2');
foreach ( $list AS $valu
On 3/8/07, Fabio Silva <[EMAIL PROTECTED]> wrote:
Hi all, i have a problem with this script... could anybody help me??
What is your problem? you are only posting your code here and whe have to
find the error?
What error comes up?
Tijnema
Regards,
Password change
";
echo "";
echo
Hi all, i have a problem with this script... could anybody help me??
Regards,
Password change
";
echo "";
echo "Username:";
echo "Old Password:";
echo "New Password:";
echo "";
echo "New Password, again:";
echo "";
echo "";
echo "";
echo "";
exit();
}
if (!
post, I get 6 different spam emails within
> several minutes of posting!)
> - Original Message -
> From: "John Holmes" <[EMAIL PROTECTED]>
> To: "Nathan Croker" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Sunday, April 0
On Sunday 04 April 2004 23:38, Nathan Croker wrote:
> Can anyone tell me why the following line of code halts my entire script
> (anything after it is not processed).
>
> ftp_chmod($conn, 0777, $to);
>
> All other ftp commands in the script work perfectly. I've tried replacing
> '0777' with 777, 17
: "John Holmes" <[EMAIL PROTECTED]>
To: "Nathan Croker" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, April 04, 2004 5:12 PM
Subject: Re: [PHP] Problem with script halting
> Nathan Croker wrote:
>
> > Can anyone tell me why the following
Nathan Croker wrote:
Can anyone tell me why the following line of code halts my entire script
(anything after it is not processed).
ftp_chmod($conn, 0777, $to);
All other ftp commands in the script work perfectly. I've tried replacing
'0777' with 777, 1777, in and out of "s, but it still halts th
Can anyone tell me why the following line of code halts my entire script
(anything after it is not processed).
ftp_chmod($conn, 0777, $to);
All other ftp commands in the script work perfectly. I've tried replacing
'0777' with 777, 1777, in and out of "s, but it still halts the script,
there is no
11 matches
Mail list logo