dev:php

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
dev:php [2022/08/14 14:56] Henrik Yllemo
Line 1: Line 1:
 +<button type="primary" size="xs" icon="glyphicon glyphicon-bookmark">[[programming_lagugages| Programming Language]]</button> 
 +====== PHP ======
  
 +<data programminglanguage>
 +Full Name: Hypertext Preprocessor
 +Short Name: PHP
 +Description: PHP is a server-side scripting language designed primarily for web development
 +Company: Unkown
 +Web: Yes
 +Mobile: No
 +Enterprise: No
 +Embedded : No
 +</data>
 +
 +{{wp>PHP}}
 +<callout type="" title="GitHub Topics" icon="fa fa-github">
 +  * https://github.com/topics/php
 +
 +PHP is a popular general-purpose scripting language that's particularly suited for server-side web development. PHP runtime is generally executed by webpage content, and can be added to HTML and HTML5 webpages. PHP was originally developed in 1994 by Rasmus Lerdorf.
 +</callout> 
 +
 +
 +<jumbotron>
 +===== Hello World =====
 +
 +<sxh php>
 +<?php
 +    echo 'Hello, world!';
 +?>
 +</sxh>
 +<WRAP column right><wrap lo>Source: [[https://en.wikibooks.org/wiki/Computer_Programming/Hello_world|Wikibooks]]</wrap></WRAP>
 +</jumbotron>
 + 
 +
 +
 +
 +
 +See also: [[dev:programming_lagugages]]
 +
 +{{tag>programminglanguage dev-web}}
  • dev/php.txt
  • Last modified: 2023/05/01 17:27
  • by Henrik Yllemo