php-general Digest 20 Mar 2012 13:23:42 -0000 Issue 7735

2012-03-20 Thread php-general-digest-help
php-general Digest 20 Mar 2012 13:23:42 - Issue 7735 Topics (messages 317131 through 317140): Re: Getting knotted with quotes encoding - (one possible solution) 317131 by: Arno Kuhl mysql list to two-column list 317132 by: Tom Sparks 317133 by: Ashley Sheridan

[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('br'); 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 tedd.sperl...@gmail.com 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('br'); echo date(D M d Y). ', sunset time : '

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

[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: === ?php if(isset($_FILES)) { var_dump($_FILES); } ? !-- The data encoding type, enctype, MUST be

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 meike.st...@googlemail.com 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: === ?php

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

[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

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

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 tedd.sperl...@gmail.com 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('br');

Re: [PHP] Sunset/Sunrise

2012-03-20 Thread Andrew Ballard
On Tue, Mar 20, 2012 at 6:00 PM, Tedd Sperling tedd.sperl...@gmail.com 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

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 a...@dotcontent.net 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