PHP

2011-09-09 14:10:00 CET - kafoso

PHP is a server-side scripting language which provides countless features and functionalities compared to standard, static HTML code. Most commonly PHP is used for performing calculations for data representation, arranging layouts, fetching data from and inserting data into databases, and much more.

How do I run PHP?
PHP does not just run on your computer out-of-the-box. Actually, PHP runs on a server environment, which allows you to access the output through an Internet Browser. But fear not, setting up a server environment on your own computer is easier than ever - just get XAMPP. Basically, all you have to do is click through the installation procedure and you're good to go!


PHP articles on Verido.dk



What is PHP?

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

http://php.net/manual/en/intro-whatis.php - 2011-09-09

Learn more about PHP and its associated systems on http://php.net/.