php-general Digest 10 Jul 2012 15:55:41 -0000 Issue 7882

2012-07-10 Thread php-general-digest-help
php-general Digest 10 Jul 2012 15:55:41 - Issue 7882 Topics (messages 318414 through 318417): Re: Using named Pipes between PHP and ZIP 318414 by: Matijn Woudt Session Checking 318415 by: Floyd Resler 318416 by: Daniel Brown Quem esta por dentro de PSR?

Re: [PHP] Session Checking

2012-07-10 Thread Tedd Sperling
On Jul 9, 2012, at 2:40 PM, Floyd Resler fres...@adex-intl.com wrote: I want to have an alert pop up to let the user know their session is about to expire. Would the best approach be to do a timer in Javascript or check it in PHP. I'm storing session data in a MySQL database so I can know

Re: [PHP] Quem esta por dentro de PSR?

2012-07-10 Thread Daniel Brown
2012/7/10 Volmar Machado qi.vol...@gmail.com: Nao sei se sabem, mas tem uma galera implemantendo PSR-X, que sao padroes para desenvolvimento em PHP. Gostaria de saber o que pensam disso :) Eu não sei, mas não é realmente uma questão de PHP, e isso é realmente apenas uma lista de discussão

Re: [PHP] Quem esta por dentro de PSR?

2012-07-10 Thread Volmar Machado
Sorry, I sent to wrong list :/ Em 10 de julho de 2012 11:05, Daniel Brown danbr...@php.net escreveu: 2012/7/10 Volmar Machado qi.vol...@gmail.com: Nao sei se sabem, mas tem uma galera implemantendo PSR-X, que sao padroes para desenvolvimento em PHP. Gostaria de saber o que pensam disso :)

Re: [PHP] Quem esta por dentro de PSR?

2012-07-10 Thread Daniel Brown
2012/7/10 Volmar Machado qi.vol...@gmail.com: Sorry, I sent to wrong list :/ No apologies necessary. -- /Daniel P. Brown Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] exec to launch putty.exe for telnet

2012-07-10 Thread Hans Åhlin
2012/7/3 Devang Patel devan...@gmail.com Hello Experts, I have putty.exe on my desktop so if I will go to command prompt and then to C:\Documents and Settings\user\Desktop location and execute following command it will launch the Putty window of telnet connection to server specified:

Re: [PHP] [PHP-DEV] SQLite - Unwanted values using group-by

2012-07-10 Thread Simon Schick
On Sun, Jul 8, 2012 at 12:33 AM, Matijn Woudt tijn...@gmail.com wrote: Both of the results are valid outcomes. I think you don't understand the GROUP BY clause well enough. The parameters in the SELECT clause, should be either 1) an aggregate function (like the max function you're using) 2)