Difference between revisions of "Category:PHP"

From Noah.org
Jump to navigationJump to search
(New page: PHP is a nice little language. It isn't quite as sweet as Python, but it has about the best online documentation around.)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[Category:Engineering]]
 
PHP is a nice little language. It isn't quite as sweet as Python, but it has about the best online documentation around.
 
PHP is a nice little language. It isn't quite as sweet as Python, but it has about the best online documentation around.
 +
 +
<pre>
 +
<?php
 +
phpinfo();
 +
?>
 +
</pre>

Latest revision as of 17:16, 24 April 2013

PHP is a nice little language. It isn't quite as sweet as Python, but it has about the best online documentation around.

<?php
phpinfo();
?>

Pages in category "PHP"

The following 4 pages are in this category, out of 4 total.