Upcoming PHP release will offer Unicode support (Linux.com)
Posted Mar 2, 2007 16:42 UTC (Fri) by
frazier (subscriber, #3060)
In reply to:
Upcoming PHP release will offer Unicode support (Linux.com) by tekNico
Parent article:
Upcoming PHP release will offer Unicode support (Linux.com)
I really like PHP. Most of the security problems have been on the program ends (phpBB comes to mind). Sure, the systems by default were asking for people to write insecure code (especially with variable handling) but if you have an idea what you're doing, PHP lets you get it done with lots of advantages:
1. Tons of available code that does what you need or something really close. I find that too much to compare is a common problem. There's that much free code out there. I like that if you find something that does 95% of what you want you can mod it out to taste. Some of it is total crap, but you take a look at it and run away! You at least got to see the code and know you were looking at trash.
2. Built for purpose. Doesn't take a lot of code to get things done. Sending an email is a one liner. Less code is quicker to develop and I find at least in my instance easier to maintain.
3. Lots of hosting options. I many times don't even need a dedicated server. I like maintainence and redundant connections/power that you get from a data center. PHP has this behind it. Oh, and it is CHEAP!
4. On a personal level, I have lots of hours in PHP so I have a reasonable grasp of how to get things done with it quickly.
5. It's pretty easy to have a local instance running on Windows if you need it. I only had one computer at my last job and it was Windows (for photoshop) and I could run PHP on it. (Worth noting, I don't do this at home. I'll have a dedicated server at home.)
...and that's off the top of my head.
PHP lets you get things done quickly and inexpensively with lots of flexibility. It's not so bad.
(
Log in to post comments)