php-general Digest 15 Sep 2011 11:54:26 -0000 Issue 7479

2011-09-15 Thread php-general-digest-help
php-general Digest 15 Sep 2011 11:54:26 - Issue 7479 Topics (messages 314858 through 314867): Re: Querying a database for 50 users' information: 50 queries or a WHERE array? 314858 by: Dotan Cohen 314859 by: Alex Nikitin Re: What would you like to see in most in a text

php-general Digest 16 Sep 2011 00:46:47 -0000 Issue 7480

2011-09-15 Thread php-general-digest-help
php-general Digest 16 Sep 2011 00:46:47 - Issue 7480 Topics (messages 314868 through 314884): Re: Sort problem 314868 by: yeer tai lost return value during a static call 314869 by: chamila gayan 314872 by: Robert Williams 314873 by: Richard Quadling Re:

[PHP] Re: Sort problem

2011-09-15 Thread yeer tai
use natsort.

Re: [PHP] Re: Repetitive answers . . .

2011-09-15 Thread Nathan Nobbe
On Wed, Sep 14, 2011 at 10:06 PM, Joshua Stoutenburg jehoshu...@gmail.comwrote: On Wed, Sep 14, 2011 at 11:59 AM, Govinda govinda.webdnat...@gmail.com wrote: As for duplicate answers..., [snip] Also newbies may tend to like the multiples answers.. for the different perspectives, as

Re: [PHP] Re: Sort problem

2011-09-15 Thread Marc Guay
use natsort. For the repetitive answers specialists: Is it possible that 15 hours later someone is still only seeing the original question? Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Sort problem

2011-09-15 Thread yeer tai
Yeah well, it is indeed sometimes, for someone a bit sleepy yet rather responsible hehe. Btw, m new here, need to get my head around soon i guess. Cheers. From: marc.g...@gmail.com Date: Thu, 15 Sep 2011 07:54:00 -0400 CC: php-general@lists.php.net Subject: Re: [PHP] Re: Sort problem

[PHP] lost return value during a static call

2011-09-15 Thread chamila gayan
hi All, I'm seeing a weired behavior in following code http://pastebin.com/B5q8i1RY when it goes through 2 static methods, at some point it stops returning value to the calling method. (please see comments in-line). may be I'm doing this in a wrong way so your suggestions are welcome. And I

Re: [PHP] Stop PHP execution on client connection closed

2011-09-15 Thread Marco Lanzotti
Il 14/09/2011 19:34, Alex Nikitin ha scritto: Perhaps if I, or we can understand your application a little better, we could suggest better solutions, just remember that you are not the first person to have to solve these similar issues. I can help you if you want, glimpse over your database

Re: [PHP] innerHTML triple quotes issue

2011-09-15 Thread Jen Rasmussen
Grega, Do you HAVE TO use PHP to echo the output or can you just write it in HTML? It seems much simpler and if so... below will work. The code is not indented properly but I did this so you can see what's going on. HTML VERSION h3My Heavenly profession is being/h3 span class=see

Re: [PHP] lost return value during a static call

2011-09-15 Thread Robert Williams
On Sep 15, 2011, at 6:03, chamila gayan cgcham...@gmail.com wrote: when it goes through 2 static methods, at some point it stops returning value to the calling method. (please see comments in-line). The getArray() method and the 'else' portion of the getChild() method both lack a return

Re: [PHP] lost return value during a static call

2011-09-15 Thread Richard Quadling
On 15 September 2011 14:01, chamila gayan cgcham...@gmail.com wrote: hi All, I'm seeing a weired behavior in following code http://pastebin.com/B5q8i1RY when it goes through 2 static methods, at some point it stops returning value to the calling method. (please see comments in-line). may

Re: [PHP] innerHTML triple quotes issue

2011-09-15 Thread Andrew Ballard
On Thu, Sep 15, 2011 at 5:01 AM, Grega Leskovšek legr...@gmail.com wrote: h3My Heavenly profession is being span class=see onmouseover='?php echo this.innerHTML=' img src=\http://imagecache2.allposters.com/images/PF_New/102008/3070943.jpg\; alt =\close to my heavenly face\ /';?'

[PHP] XML enabled but not working

2011-09-15 Thread Matthew Pounsett
I seems to behaving issues with php5 on one particular server, and I haven't been able to find the issue. Basically, php says XML is enabled, but xml functions are missing. php -i | grep XML support libXML support = active echo ? print xml_parser_create(''); ? | php Fatal error: Call to

[PHP] Bug?

2011-09-15 Thread Igor Escobar
Anyone can explain this? https://gist.github.com/1220404 Part of the code are in portuguese so... iguais = equal diferentes = different Regards, Igor Escobar *Software Engineer * + http://blog.igorescobar.com + http://www.igorescobar.com + @igorescobar http://www.twitter.com/igorescobar

Re: [PHP] Bug?

2011-09-15 Thread Daniel Brown
On Thu, Sep 15, 2011 at 17:07, Igor Escobar titiolin...@gmail.com wrote: Anyone can explain this? https://gist.github.com/1220404 Part of the code are in portuguese so... iguais = equal diferentes = different About this part are you confused? -- /Daniel P. Brown Network

Re: [PHP] Bug?

2011-09-15 Thread Igor Escobar
I'm confused about the output of the code... very disturbed. But @*augustohphttps://gist.github.com/augustohp * already respond the question on the gist thread (in portuguese) and explained why those results. Regards, Igor Escobar *Software Engineer * + http://blog.igorescobar.com +

[PHP] Re: Bug?

2011-09-15 Thread Shawn McKenzie
On 09/15/2011 04:07 PM, Igor Escobar wrote: Anyone can explain this? https://gist.github.com/1220404 Part of the code are in portuguese so... iguais = equal diferentes = different Regards, Igor Escobar *Software Engineer * + http://blog.igorescobar.com + http://www.igorescobar.com

[PHP] Re: Bug?

2011-09-15 Thread Igor Escobar
Thank you guys. Regards, Igor Escobar *Software Engineer * + http://blog.igorescobar.com + http://www.igorescobar.com + @igorescobar http://www.twitter.com/igorescobar On Thu, Sep 15, 2011 at 6:32 PM, Shawn McKenzie nos...@mckenzies.netwrote: On 09/15/2011 04:07 PM, Igor Escobar wrote:

Re: [PHP] XML enabled but not working

2011-09-15 Thread tamouse mailing lists
On Thu, Sep 15, 2011 at 3:20 PM, Matthew Pounsett m...@conundrum.com wrote: echo ? print xml_parser_create(''); ? | php Not anything to do with the problem, but you can just write: php -r print xml_parser_create(''); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Fwd: [PHP] Bug?

2011-09-15 Thread tamouse mailing lists
Hit reply instead of reply-all /o\ -- Forwarded message -- From: tamouse mailing lists tamouse.li...@gmail.com Date: Thu, Sep 15, 2011 at 4:39 PM Subject: Re: [PHP] Bug? To: Igor Escobar titiolin...@gmail.com On Thu, Sep 15, 2011 at 4:07 PM, Igor Escobar titiolin...@gmail.com

Re: Fwd: [PHP] Bug?

2011-09-15 Thread Tim Streater
On 15 Sep 2011 at 22:43, tamouse mailing lists tamouse.li...@gmail.com wrote: For the floats, http://us2.php.net/operators.comparison makes it pretty clear (and this has been a well-known thing about floats as far back as Uni for me, in 1979). The fact that floating point hardware has

Re: [PHP] Re: Repetitive answers . . .

2011-09-15 Thread Jason Pruim
Jason Pruim li...@pruimphotography.com On Sep 15, 2011, at 3:22 AM, Nathan Nobbe wrote: On Wed, Sep 14, 2011 at 10:06 PM, Joshua Stoutenburg jehoshu...@gmail.comwrote: On Wed, Sep 14, 2011 at 11:59 AM, Govinda govinda.webdnat...@gmail.com wrote: As for duplicate answers..., [snip]

Re: [PHP] Re: Repetitive answers . . .

2011-09-15 Thread Joshua Stoutenburg
On Thu, Sep 15, 2011 at 5:46 PM, Jason Pruim I've always thought that getting a couple fairly similar answers to the same question helped to validate the answer for someone who is in the early process of learning ;) -nathan Yeah, you know, I think you are right! I'd like to answer this

[PHP] PHP 5.4.0beta1 released

2011-09-15 Thread d...@php.net
Hello! Stas has packed PHP 5.4.0beta1 which you can find here: http://downloads.php.net/stas/ The Windows team provides windows binaries which you find here: http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system, but only if you

[PHP] PHP 5.4.0beta1 released

2011-09-15 Thread d...@php.net
Hello! Stas has packed PHP 5.4.0beta1 which you can find here: http://downloads.php.net/stas/ The Windows team provides windows binaries which you find here: http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system, but only if you

[PHP] PHP 5.4.0beta1 released

2011-09-15 Thread d...@php.net
Hello! Stas has packed PHP 5.4.0beta1 which you can find here: http://downloads.php.net/stas/ The Windows team provides windows binaries which you find here: http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system, but only if you

[PHP] PHP 5.4.0beta1 released

2011-09-15 Thread d...@php.net
Hello! Stas has packed PHP 5.4.0beta1 which you can find here: http://downloads.php.net/stas/ The Windows team provides windows binaries which you find here: http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system, but only if you

Re: [PHP] PHP 5.4.0beta1 released

2011-09-15 Thread Sharl.Jimh.Tsin
在 2011-09-16五的 03:50 +0200,d...@php.net写道: Hello! Stas has packed PHP 5.4.0beta1 which you can find here: http://downloads.php.net/stas/ The Windows team provides windows binaries which you find here: http://windows.php.net/qa/ Please test it

Re: [PHP] PHP 5.4.0beta1 released

2011-09-15 Thread d...@php.net
Please test it carefully, and report any bugs in the bug system, but only if you have a short reproducable test case. The next beta will be released on Oct 13. regards, Stas and David WHY post it four times?? a glitch with my mail server. -- PHP General Mailing List