On Mon, Mar 19, 2012 at 10:43 AM, Arno Kuhl wrote:
> -Original Message-
> From: tamouse mailing lists [mailto:tamouse.li...@gmail.com]
> Sent: 19 March 2012 10:28 AM
> To: php-general@lists.php.net
> Subject: Re: [PHP] Getting knotted with quotes encoding - (one possible
> solution)
>
> O
On Tue, Mar 20, 2012 at 6:00 PM, Tedd Sperling wrote:
> That's what I get for not checking it myself. I was assured by one of my
> students that was our correct lat/long. Boy, will he hear from me -- he's
> going to find his next assignment in China. :-)
>
> Thanks,
>
> tedd
That's the spirit!
On Mar 20, 2012, at 9:50 AM, Andrew Ballard wrote:
> On Tue, Mar 20, 2012 at 9:23 AM, Tedd Sperling
> wrote:
>> Hi gang:
>>
>> What's wrong with this?
>>
>> echo date("D M d Y"). ', sunrise time : ' .date_sunrise(time(),
>> SUNFUNCS_RET_STRING, 42.57, 84.3320, 90, -5);
>> echo('');
>> echo da
[snip]
..the craziness of it all
[/snip]
Found out that the PostGreSQL .dll was not loaded and that the server had been
configured to not give up any errors regardless of how I set error reporting.
Reconfigured the server and restarted it. Viola'! It all works now.
--
PHP General Mailing List (h
Good afternoon PHP gurus,
I am trying to troubleshoot a problem on a Windows server (*UGH*). This
is the error -
The FastCGI Handler was unable to process the request.
Error Details:
* The FastCGI process exceeded conf
How I do fix it ?
https://bugs.php.net/bug.php?id=61434
ID: 61434 User updated by:info at ongod dot org Reported
by:info at ongod dot org Summary:zlib.output_compression
not normal work in IIS7.5 Status: Not a bug Type:
>
> First of all, check your apache log files for any hints. There's
> probably a warning/error in there that explains why.
I switched to "LogLevel debug" but in error_log is nothing found,
the access_log showes only:
192.168.1.89 - - [20/Mar/2012:16:43:53 +0100] "POST /i3.php HTTP/1.1"
200 539 "h
On Tue, Mar 20, 2012 at 4:33 PM, Meike Stone wrote:
> Hello,
>
> I try the upload files, but in "tmp_name" and other variables are
> missing in $_FILES.
> I use php 5.3.8 on SLES11SP2
>
> I can repeat this with:
> ===
> if(isset($_FILES)) {
> var_du
Hello,
I try the upload files, but in "tmp_name" and other variables are
missing in $_FILES.
I use php 5.3.8 on SLES11SP2
I can repeat this with:
===
Send this file:
===
Th
Thanks Everyone for your responses.
I apologize for not responding sooner however i was away from the computer and
was not able to check my email or look into this further.
I am quite interested in a few of them so i will do further testing and
research. I was also hoping to learn how to creat
On Tue, Mar 20, 2012 at 9:23 AM, Tedd Sperling wrote:
> Hi gang:
>
> What's wrong with this?
>
> echo date("D M d Y"). ', sunrise time : ' .date_sunrise(time(),
> SUNFUNCS_RET_STRING, 42.57, 84.3320, 90, -5);
> echo('');
> echo date("D M d Y"). ', sunset time : ' .date_sunset(time(),
> SUNFUNCS_
Hi gang:
What's wrong with this?
echo date("D M d Y"). ', sunrise time : ' .date_sunrise(time(),
SUNFUNCS_RET_STRING, 42.57, 84.3320, 90, -5);
echo('');
echo date("D M d Y"). ', sunset time : ' .date_sunset(time(),
SUNFUNCS_RET_STRING, 42.57, 84.3320, 90, -5);
It gives exactly the wrong time -
12 matches
Mail list logo