what's PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sivisr
    New Member
    • Jan 2007
    • 17

    #1

    what's PHP?

    hi i am new to PHP.plz any one explain it (simply)...
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by sivisr
    hi i am new to PHP.plz any one explain it (simply)...
    Type into Google "define: php" to get quite a nice set of definitions.

    Comment

    • sivisr
      New Member
      • Jan 2007
      • 17

      #3
      thank for u r reply

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        Originally posted by sivisr
        thank for u r reply
        You are very welcome.

        Comment

        • augustusgloo
          New Member
          • Feb 2007
          • 2

          #5
          php is just another script language like html, but php can have be much more active and search for info a user has provides. It executes a command, unlike html which only displays a static page (most active things on html will be javascript) email me at xxxxxx@yahoo.co .uk for more help

          email address removed - moderator

          Comment

          • Atli
            Recognized Expert Expert
            • Nov 2006
            • 5062

            #6
            Originally posted by augustusgloo
            php is just another script language like html, but php can have be much more active and search for info a user has provides. It executes a command, unlike html which only displays a static page (most active things on html will be javascript) email me at hamishcool3@yah oo.co.uk for more help
            This is not really true.

            PHP is nothing like HTML. HTML is acctually more a markup language than a scripting language for that matter

            PHP is run server side. So unlike Javascript and HTML, PHP code will never be sent to the browser. It is run by the server and the results are sent (usually as HTML) to the client.

            PHP is widely used to interact with databases such as MySQL and Oracle to create interactive content that neither Javascript or HTML can do propperly.

            Comment

            • Motoma
              Recognized Expert Specialist
              • Jan 2007
              • 3236

              #7
              Originally posted by Atli
              This is not really true.

              PHP is nothing like HTML. HTML is acctually more a markup language than a scripting language for that matter

              PHP is run server side. So unlike Javascript and HTML, PHP code will never be sent to the browser. It is run by the server and the results are sent (usually as HTML) to the client.

              PHP is widely used to interact with databases such as MySQL and Oracle to create interactive content that neither Javascript or HTML can do propperly.
              Great response Atli! Thanks!

              Comment

              • sivisr
                New Member
                • Jan 2007
                • 17

                #8
                thank u Augustusgloo and Atli for u r reply's.

                Comment

                Working...