[PHP] Sunset/Sunrise

2012-03-20 Thread Tedd Sperling
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 -

Re: [PHP] Sunset/Sunrise

2012-03-20 Thread Andrew Ballard
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_

RE: [PHP] Graphing

2012-03-20 Thread Ross Hansen
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

[PHP] php upload does not work proper, ["tmp_name"] and other are missing in $_FILES

2012-03-20 Thread Meike Stone
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

Re: [PHP] php upload does not work proper, ["tmp_name"] and other are missing in $_FILES

2012-03-20 Thread Matijn Woudt
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

Re: [PHP] php upload does not work proper, ["tmp_name"] and other are missing in $_FILES

2012-03-20 Thread Meike Stone
> > 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

[PHP] Bug zlib.output_compression not normal work in IIS7.5

2012-03-20 Thread 小鱼虾
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:

[PHP] PHP 5.3.2 on IIS Fast CGI Timeout error

2012-03-20 Thread Jay Blanchard
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

Re: [PHP] PHP 5.3.2 on IIS Fast CGI Timeout error (SOLVED)

2012-03-20 Thread Jay Blanchard
[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

Re: [PHP] Sunset/Sunrise

2012-03-20 Thread Tedd Sperling
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

Re: [PHP] Sunset/Sunrise

2012-03-20 Thread Andrew Ballard
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!

Re: [PHP] Getting knotted with quotes encoding - (one possible solution)

2012-03-20 Thread tamouse mailing lists
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