|
|
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense
|
5:01 am GMT
GeSHi - Generic Syntax Highlighter
Latest News
News Archive
|
Random Screenshot
Demonstration
Runtime Example
<?php
// Simple code example with php-brief
$foo = rand(0, 99);
if ( $foo > 50 )
{
echo "That's a big number";
}
elseif ( $foo > 20 )
{
print("That number is pretty average...");
}
else
{
printf("That number %s", "is TINY!");
}
?>
|
|