Why PHP5?

Discussion in 'PHP' started by Talks_44, Sep 19, 2007.

  1. Talks_44

    Talks_44 New Member

    Joined:
    Sep 19, 2007
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    0
    So as some of you know I've been reading a PHP5 book to get refreshed with PHP for those occasional projects where I have to do a bit of it.

    In the course of reading about the new PHP5 features, every time I'd come across one I think to myself "well that's good, but java/asp.net has had that for years". And after finishing the book I've more or less concluded that I'd do quick, simple things in PHP if the need arose, but I'd still do anything remotely complex with asp.net.
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    PHP is ope source, PHP is easier to deploy and maintain, and LAMP works amazingly!
     
  3. pete_bisby

    pete_bisby New Member

    Joined:
    Nov 11, 2007
    Messages:
    48
    Likes Received:
    2
    Trophy Points:
    0
    Occupation:
    Software Developer/Analyst, PB
    Location:
    Manchester, England
    Home Page:
    http://www.pbworld.co.uk
    .... so what you're saying is that you cannot do anything remotely complex in PHP ....

    Which book did you read, because I think you have either been misinformed or mislead. All of the languages you have quoted are all derived from C/C++/C# so, technically, they're all the same. Constructs maybe slightly different, but essentially there is little difference between them.

    It is personal preference as to what language you're comfortable in using, but you should never dismiss PHP because you think it can only do simple things. ASP.Net can look great, but that is only because it takes so much from the Windows interface and the .Net libraries - downside is that you're limited to Windows. Java is "write once, run anywhere" and can be installed on many operating systems. PHP is also "write once, run anywhere", can be installed on many operating systems, "lightweight" in comparison to the other two, and can run very easily on Apache and IIS. It does rely on the open source community for updates, improvements and add-ins, but an accomplished developer can produce web applications just as quick as if it was being developed on Java or ASP.Net.

    And, anyway, life would be boring if there was just one language to use .... we need variety in our lives - it keeps us in a job !!!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice