Forum Moderators: coopster
Another problem with PHP4 is its poor organization of the standard library. There is no consensus on naming. String functions can start with both "str" or "str_" which makes the programming in the language annoying.
PHP is also marketed almost exclusively as a web language. Other similar languages (Ruby, Python, Perl) are marketed for general programming tasks and have a variety of libraries that assist a programmer with web-related tasks.
exactly
>> Other similar languages (Ruby, Python, Perl) are marketed for general programming tasks and have a variety of libraries that assist a programmer with web-related tasks.
which is why php is much better for the net, that is what it is built for. Everything else has to adapt to it. ;)
Working with the web in any other way becomes very difficult because of the built-in features and assumptions of PHP. Check out continuation-based web frameworks. You can't build a web app as easily and have it opperate as seamlessly in PHP as you can with a continuation-based framework.
If you want to do things the traditional way (PHP's focus), PHP is probably going to be on top of your toolchest.
[securityspace.com...]
[uptime.netcraft.com...]