1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

PHP What is PHP?

Discussion in 'Web Development' started by Mimoun, Jun 18, 2005.

  1. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    [size=-1]PHP: Hypertext Preprocessor is an open source server side programming language extensively used for web scripts and to process data passed via the Common Gateway Interface from HTML forms etc.

    PHP can be written as scripts that reside on the server and may produce HTML output that downloads to the web browser.

    Alternatively, PHP can be embedded within HTML pages that are then saved with a .php file extension. The PHP sections of the page are then parsed by the PHP engine on the server and the PHP code stripped out before the page is downloaded to the web browser[/size]