Hi,
Is this list less busy than it used to be? Or is it just me? When I
used to be on this list ISTR sometimes being overwhelmed by email.
Cheers
--
Richard, RGraph.net support
RGraph: JavaScript charts for your website
http://www.rgraph.net
--
PHP General Mailing List (http://www.php.net/)
T
Well, I think you are right. Take a look at this graph of the number of
messages posted starting in 1998. The stackoverflow.org effect?
messages -
https://docs.google.com/spreadsheet/ccc?key=0Ak1QF0ijPYbedDNvb19SQl80MHcxUWhhbTZOYm5FUlE
Erwin
2012/7/4 RGraph.net support
> Hi,
>
> Is this list
Hi,
> https://docs.google.com/spreadsheet/ccc?key=0Ak1QF0ijPYbedDNvb19SQl80MHcxUWhhbTZOYm5FUlE
Yikes. That's a littled bit worrying. Or does it really mean that
everyone is getting much better with PHP? :-)
--
Richard, RGraph.net support
RGraph: JavaScript charts for your website
http://www.rgr
On Wed, Jul 4, 2012 at 6:04 AM, RGraph.net support wrote:
> Hi,
>
>> https://docs.google.com/spreadsheet/ccc?key=0Ak1QF0ijPYbedDNvb19SQl80MHcxUWhhbTZOYm5FUlE
>
> Yikes. That's a littled bit worrying. Or does it really mean that
> everyone is getting much better with PHP? :-)
>
> --
> Richard, RGra
Hi,
Just realize, that this is _not_ the internals list. :X There I only read.
Yes, I could send mails here :) We'll see
My guess: The ecosystem has grown. Now much stuff, that were former
(probably) asked here, is gone to more specific lists, like ZFs, Symfony,
and so on. Maybe it's even already
Hi,
> My guess: The ecosystem has grown. Now much stuff, that were former
> (probably) asked here, is gone to more specific lists, like ZFs, Symfony,
> and so on. Maybe it's even already solveable via Twitter ;)
It would be nice if everyone had grown to be much better with PHP!
Though I think I'v
[snip] Is this list less busy than it used to be? Or is it just me? When
I used to be on this list ISTR sometimes being overwhelmed by email. [/snip]
One other factor is Stackoverflow - there is a tremendous amount of
traffic there for PHP related questions. I have been a subscriber to
this li
>> [snip] Is this list less busy than it used to be? Or is it just me? When I
>> used to be on this list ISTR sometimes being overwhelmed by email. [/snip]
>
> One other factor is Stackoverflow
I have no idea, but I assume ^^^ Jay is right. Even if/when I am the total
noob, why post here whe
I'm a bit baffled by a notice message displayed:
Notice: Use of undefined constant QUERY_STRING - assumed 'QUERY_STRING' in
..
The line in question has
if (strlen($_SERVER[QUERY_STRING]) > 0) {
..
So I set a breakpoint on the line of the notice. The code executes to the
breakpoint, I inspect the
> Notice: Use of undefined constant QUERY_STRING - assumed 'QUERY_STRING' in
I would guess that it's asking you to add quotes around QUERY_STRING...?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 04 Jul 2012 at 16:51, Marc Guay wrote:
>> Notice: Use of undefined constant QUERY_STRING - assumed 'QUERY_STRING' in
>
> I would guess that it's asking you to add quotes around QUERY_STRING...?
As in:
if (strlen($_SERVER['QUERY_STRING']) > 0) {
--
Cheers -- Tim
--
PHP General Mailing
11 matches
Mail list logo