Internet Marketing and Development Services for Turnkey Web Solutions

Web & Internet Definitions

Thank you for using WebPaws.com’s accumulated and growing Dictionary on Internet and Web Definitions. This database of Internet and Web Definitions have been written and compiled for our clients and users convenience and education. If you have any new entries you’d like to contribute or corrections/additions to existing definitions, please submit them to: definitions@webpaws.com. Thank you!

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Select all words

Definition of PHP

Self-referentially short for PHP: Hypertext Preprocessor, an open source, server-side, HTML embedded scripting language used to create dynamic Web pages. In an HTML document, PHP script (similar syntax to that of Perl or C ) is enclosed within special PHP tags. Because PHP is embedded within tags, the author can jump between HTML and PHP (similar to ASP and Cold Fusion) instead of having to rely on heavy amounts of code to output HTML. And, because PHP is executed on the server, the client cannot view the PHP code. PHP can perform any task that any CGI program can do, but its strength lies in its compatibility with many types of databases. Also, PHP can talk across networks using IMAP, SNMP, NNTP, POP3, or HTTP. PHP was created sometime in 1994 by Rasmus Lerdorf. During mid 1997, PHP development entered the hands of other contributors. Two of them, Zeev Suraski and Andi Gutmans, rewrote the parser from scratch to create PHP version 3 (PHP3). PHP is an object-oriented scripting language designed to work in an HTML environment. It can be used to generate web pages on the fly based on information in a database, and it can respond to user inputs. Since the script runs on the web server, it places no demands on the user\'s computer. The primary reference for PHP is www.php.net.