Forum Moderators: coopster
So can we change the forum description now?
PHP has grown huge and now challenges Perl as the new defacto cgi scripting language.
Sorry, just a pet peeve I guess. I think PHP is there now. Based on these surveys [securityspace.com] on installed modules PHP [securityspace.com] isn't playing second fiddle to Perl [securityspace.com] anymore.
(No scripting war / flame posts please)
Tim
Of course, the figures on the first link are supposedly for January 23005, so there's probably some slack in there ;-)
I noticed that the % of servers running PHP has surpassed the historic high of Perl. Given that the number of servers has increased a lot too, the absolute numbers must be even further apart.
<pre>
<?php
$stats = array [php.net](
array [php.net](15000, '11,29,2003'),
array [php.net](20000, '03,01,2004'),
array [php.net](30000, '08,25,2004'),
array [php.net](40000, '02,02,2005')
);
$end = count [php.net]($stats) - 1;
for ($i = 0; $i < $end; $i++) {
list [php.net]($month, $day, $year) = explode [php.net](',', $stats[$i][1]);
$from = mktime [php.net](0,0,0,$month,$day,$year);
list [php.net]($month, $day, $year) = explode [php.net](',', $stats[$i+1][1]);
$to = mktime [php.net](0,0,0,$month,$day,$year);
$days = round [php.net](($to - $from) / (60*60*24));
printf [php.net]("%6d posts in %3d days; per day avg: %3d\n",
$stats[$i+1][0] - $stats[$i][0],
$days,
round [php.net](($stats[$i+1][0] - $stats[$i][0]) / $days));
}
?>
</pre>
Data Source [webmasterworld.com]
only if you didn't copy the <pre> tags surrounding the code, silly ;)
jatar_k, I think I said it at 30k posts, but I'll say it again -- thanks for your contribution to the PHP Forum and the community here. And to all the members: the level of friendliness here is reaching an even greater high. It's cool to see everyone pitching in and helping out when they can. Sure makes this a great place.
Some days I look in at all of Adam's posts and wonder - does he not work or does not sleep? It's got to be one or the other and I'm afraid it's the latter! I'd be surprised if there's another moderator on WebmasterWorld who contributes so many posts to his own forum. It's one of the things that really keeps it going here.
Tom