|
|
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense
|
6:37 am GMT
GeSHi - Generic Syntax Highlighter
Latest News
News Archive
|
Random Screenshot
Demonstration
Runtime Example
<?php
/* A simple php script */
$choice = $_GET['foo'];
if ( $choice == 1 )
{
echo 'You like coffee!';
}
elseif ( $choice == 2 )
{
echo 'I said, "You like coffee!"';
}
echo "<br />\"Isn't coffee horrible though?\"";
?>
|
|