Learn Php


PHP: Hypertext Preprocessor (a recursive acronym, originally personal home page) is a general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as a standalone interpreter on most operating systems and computing platforms.
PHP was originally created by Rasmus Lerdorf in 1995[1][2] and has been in continuous development ever since. The main implementation of PHP is now produced by the PHP Group and serves as the de facto standard for PHP as there is no formal specification.[3] PHP is free software released under the PHP License.

2 comments:

  1. why only java best???why not asp.net

    ReplyDelete
  2. I'll assume you meant to ask:

    What are the advantages and disadvantages to using .NET as opposed to
    Java?

    One advantage, as you implied is that you are not stuck with one language -
    a multi-language solution is easier to provide than with a java platform - you have the flexibility, for example, to use .net libraries
    that were written in a different language from the one you are using.
    From my POV, this is a theoretical advantage. It may also be an actual advantage, but you'll need someone with extensive experience using .net to say for sure.

    One disadvantage is that MS has implemented .net such that it is not nearly as portable as java. For example, you can't use MS's .net tools to compile an executable that will run on Linux or Solaris in addition to Windows, while
    you can do this with java. However, the Mono project may eventually solve the portability problem, if MS lets it get that far.

    On the other hand, if the web services protocol lives up to its potential, the portability problem will be solved - you will be able to write web applications that are implemented using both .net and j2ee, and other environments as well.

    Other things to look at are how the available toolsets for .net compare to that of java - how well they support web development, OO programming, etc.

    I can't answer that, since I haven't used .net, but perhaps someone else can.

    ReplyDelete

Your comment is pending for approval

AngularJS Basics - Part 1

                                                                  AngularJS What is AngularJS ·          Framework by googl...