Forgot your password?
typodupeerror

Comment Re:PHP is great (Score 0) 519

PHP under Apache (And really what serious professional would use anything else?)

Just as a side note, nginx is much faster, more lightweight and better web server. Point still stands tho, you don't need threads for web serving. I have also wanted threads in PHP for scripting, as it is the only thing missing in PHP.

Comment PHP is great (Score 4, Informative) 519

Most hate towards PHP comes from elitist snobs who don't know how to use the language. PHP is perfectly fine language to use, and it is extremely powerful and flexible. If you are going to develop for web, I suggest using some framework, as it makes the process much more straightforward, faster and better. I personally use CodeIgniter, which is fast and has a good library of helpers and other essential framework stuff. CakePHP is often suggested for persons new to frameworks, but I would stay away from it. It's slower and it's more pain in the ass to learn.

There's also other good things about PHP. First of all, it works with practically every web host out there, and doesn't require you to play around with it to get it work. It has an extremely comprehensive library, amazing documentation and almost all API's have client libraries for it, if they just have some. PHP, being the #1 platform on the web, gives you that advantage.

Slashdot Top Deals

"The value of marriage is not that adults produce children, but that children produce adults." -- Peter De Vries

Working...