PHP

User Reviews

[5 total ]
over 2 years ago Avatar
Great for small scripts, failed to grow up

    by dfoerster

PHP is perfectly suited for small web development tasks, like to add some dynamic content to static pages without much overhead or setup.

The language is easy to learn and to handle, and can also be used to create command line scripts. (Instead of the more complicated Perl for example.)

However, PHP's history, evolving from a macro processor is still visible. While it supports OOP, the core of the language is not object oriented ... [More] at all. And sadly, the developers let the major release PHP 5 pass without cleaning up the accumulated differently named functions with randomly ordered arguments. [Less]

16 of 30 users found the following review helpful. Was this review helpful to you? |

about 1 year ago Avatar
Good for powering content

    by Ross Masters

PHP was my introduction to programming and I feel it is a good language for first-timers to learn. It needs understanding of HTML, which is an excellent starting point for any new programmer.

I agree with Rasmus's view that PHP is essentially a templating language as at it's most basic it generates HTML output. Unfortunately it's grown up as a spiderweb of libraries which has earned it a lot of criticism but these libraries are of good ... [More] quality.

While it's loose typing and lack of order of it's functions may put off people used to .NET it's worth sticking with if you have time enough to learn your way around it. [Less]

2 of 4 users found the following review helpful. Was this review helpful to you? |

27 days ago Avatar
gave me opprotunites

  by theseoman

I am thankful to PHP as well.

Was this review helpful to you? |

over 2 years ago Avatar
Awesome programming language

  by Andrew Fenn

Quite simply if PHP didn't exist I wouldn't have a job or maybe never have gotten into programming. Its a very easy language to use but difficult to master.

12 of 26 users found the following review helpful. Was this review helpful to you? |

over 2 years ago Avatar
The PHP

  by bakytn

The PHP always getting better. It is very simple and have some interesting features. No doubt, PHP is the best solution for the Web development. It was created by Web for the Web. And it is evolving as fast as Web.

3 of 13 users found the following review helpful. Was this review helpful to you? |