What Exactly IS PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rish

    What Exactly IS PHP

    Someone PLEASE help me! I have NOOOOOOOOOOOOOO OOOO Idea of what PHP
    Is! Someone send me to a site for beginers about Php. Email me at
    riah6273@yahoo. com to tell me!!
  • Janwillem Borleffs

    #2
    Re: What Exactly IS PHP

    Rish wrote:[color=blue]
    > Someone PLEASE help me! I have NOOOOOOOOOOOOOO OOOO Idea of what PHP
    > Is! Someone send me to a site for beginers abo utPhp.Emailmeat
    > riah6273@yahoo. com to tell me!![/color]

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.



    JW



    Comment

    • Michael Austin

      #3
      Re: What Exactly IS PHP

      Rish wrote:[color=blue]
      > Someone PLEASE help me! I have NOOOOOOOOOOOOOO OOOO Idea of what PHP
      > Is! Someone send me to a site for beginers about Php. Email me at
      > riah6273@yahoo. com to tell me!![/color]

      Asked here, answered here.

      In a nutshell...
      PHP: Hypertext Preprocessor. A scripting language for creating dynamic HTML
      content. Static means that it is the same all the time and is "hard-coded" in
      the HTML files. PHP is a scripting lanugage that allows content to be
      "constructe d" on the fly, dynamically - add a picture in a directory, PHP will
      display it without having to re-write the HTML files. Need content based on
      different parameters passed in from a form? PHP can pull information from files,
      databases, images and much more. It is a pre-processor because before the
      content is transmitted back to the browser, it processes the file and
      dynamically generates the HTML code sent to the browser.

      do simple google search for PHP FAQ or PHP howto and you will find all the
      information needed.

      --
      Michael Austin.

      Comment

      Working...