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 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) one of the p

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

2012-07-10 Thread Hans Åhlin
2012/7/3 Devang Patel > 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: > > putty.exe tel

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

2012-07-10 Thread Daniel Brown
2012/7/10 Volmar Machado : > Sorry, I sent to wrong list :/ No apologies necessary. -- 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] 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 escreveu: > 2012/7/10 Volmar Machado : >> 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 é re

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

2012-07-10 Thread Daniel Brown
2012/7/10 Volmar Machado : > 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 Inglês. -- Ne

Re: [PHP] Session Checking

2012-07-10 Thread Tedd Sperling
On Jul 9, 2012, at 2:40 PM, Floyd Resler 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 when a > session w