interval has been backed off to 600 seconds"
Is this a bug a php or fastcgi?
Regards,
Frank de Bot
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
()
#7 0x894e4e0 in ?? ()
#8 0x894e4c0 in ?? ()
etc etc etc...
Thus useless :P
At the moment it has been running remarkably stable for a few days. So
now and then a failure. Probably because of a request being given to a
php-fastcgi process handling a slow upload of a file... :-/
Frank de Bot
Diana Castillo wrote:
How can I with php detect when there is a carriage return at the end of the
text field in a mysql table?
Something like this perhaps:
$res = mysql_query($query);
$row = mysql_fetch_object($row)
if (preg_match("/\r$/",$row->textfield) {
echo "Got CR";
} else {
e
Rob Ziere wrote:
Dear PHP_friends,
I have found a strange behaviour of the "include" function.
Here it is .
// 1. this works fine
include ("../../gps_info/fetch_fields.php");
// 2. this works fine
$doc_root=$_SERV
[EMAIL PROTECTED] wrote:
Hi,
How can i found out the average time users spent on a page. Anyone know a
tutorial?
Thanks in advance for your help !!!
A hello world page will take me around 15 secs I guess...
A full blown website with everything you can imagine a few months orso.
--
PHP G
5 matches
Mail list logo