Re: [PHP] Re: strtotime

2008-11-08 Thread Lester Caine
Ashley Sheridan wrote: I'll translate In PHP4, strtotime works fine in PHP5 strtotime gives a result of 19700101 when the data entered was strtotime("20080950") What does "work fine" mean? "20080950" isn't normal, so what is the expected result? Well, for starts Micah is right, your da

Re: [PHP] PHP - Web/list Question...

2008-11-08 Thread Robert Cummings
On Sat, 2008-11-08 at 20:26 -0800, bruce wrote: > Hi. > > I've got a question/issue that I want to bounce off the list. > > I have a list that extends over multiple pages. there might be 200 items, > and i don't want to have the items listed on the same page as it would be > too long. i can break

Re: [PHP] PHP - Web/list Question...

2008-11-08 Thread Wolf
bruce <[EMAIL PROTECTED]> wrote: > Hi. > > I've got a question/issue that I want to bounce off the list. > > I have a list that extends over multiple pages. there might be 200 items, > and i don't want to have the items listed on the same page as it would be > too long. i can break the list u

[PHP] PHP - Web/list Question...

2008-11-08 Thread bruce
Hi. I've got a question/issue that I want to bounce off the list. I have a list that extends over multiple pages. there might be 200 items, and i don't want to have the items listed on the same page as it would be too long. i can break the list up, so i can have it be displayed over multiple page

Re: [PHP] Re: strtotime

2008-11-08 Thread Ashley Sheridan
On Sat, 2008-11-08 at 18:57 -0600, Micah Gersten wrote: > Bastien Koert wrote: > > 2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]> > > > > > >> gilles wrote: > >> > >> > >>> Avec la version 4 de php, strtotime("20080950") fonctionne correctement en > >>> allant sur le mois d'octobre, alors

Re: [PHP] Re: strtotime

2008-11-08 Thread Micah Gersten
Bastien Koert wrote: > 2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]> > > >> gilles wrote: >> >> >>> Avec la version 4 de php, strtotime("20080950") fonctionne correctement en >>> allant sur le mois d'octobre, alors qu'en version 5: 19700101. >>> Merci de votre aide >>> >>> >>> >> T

[PHP] htmlentities() and default_charset

2008-11-08 Thread Jim Hermann - UUN Hostmaster
Folks, Why should htmlentities() use the default_charset for $charset with this example, taken from ext/standard/tests/strings/htmlentities10.phpt? The test script expects the output to be: string(28) "‚†™Ÿ" According to the PHP Manual, the htmlentities() syntax is: string htmlentities ( str

[PHP] Re: PCRE regex result is different between Linux & Windows.

2008-11-08 Thread ClapClap
Lupus Michaelis a écrit : ClapClap a écrit : For the PCRE version, I really can not tell you which one I use... Where can I see that ? In the the output from phpinfo function. Thanks. My versions of PCRE : - Linux 7.4 2007-09-21 (PHP 5.2.4-2ubuntu5.3) - Windows XP 7.2 2007-06-19 (PHP 5.2

Re: [PHP] Re: strtotime

2008-11-08 Thread Bastien Koert
2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]> > gilles wrote: > >> Avec la version 4 de php, strtotime("20080950") fonctionne correctement en >> allant sur le mois d'octobre, alors qu'en version 5: 19700101. >> Merci de votre aide >> >> > This is an ENGLISH list, please rephrase your question in

[PHP] Re: strtotime

2008-11-08 Thread Maciek Sokolewicz
gilles wrote: Avec la version 4 de php, strtotime("20080950") fonctionne correctement en allant sur le mois d'octobre, alors qu'en version 5: 19700101. Merci de votre aide This is an ENGLISH list, please rephrase your question in english and people might understand. Cette liste est une l

[PHP] strtotime

2008-11-08 Thread gilles
Avec la version 4 de php, strtotime("20080950") fonctionne correctement en allant sur le mois d'octobre, alors qu'en version 5: 19700101. Merci de votre aide -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Printing Web Page

2008-11-08 Thread Ashley Sheridan
On Sat, 2008-11-08 at 08:01 -0500, Patrick Moloney wrote: > Ashley Sheridan wrote: > > On Thu, 2008-11-06 at 22:35 +0100, Frank Arensmeier wrote: > >> 6 nov 2008 kl. 21.21 skrev Patrick Moloney: > >> > >>> I'd like to enable my users to print individual web pages from their > >>> browser. If they

Re: [PHP] Printing Web Page

2008-11-08 Thread Patrick Moloney
Ashley Sheridan wrote: On Thu, 2008-11-06 at 22:35 +0100, Frank Arensmeier wrote: 6 nov 2008 kl. 21.21 skrev Patrick Moloney: I'd like to enable my users to print individual web pages from their browser. If they simply select the browser print button they don't get all the text that is disp

[PHP] Re: PCRE regex result is different between Linux & Windows.

2008-11-08 Thread Lupus Michaelis
ClapClap a écrit : For the PCRE version, I really can not tell you which one I use... Where can I see that ? In the the output from phpinfo function. So, It may be a bug ? Too bad... I remember some change behavior recently in PCRE. But I am not sure, I want just to drop this option f