Delete me: Difference between revisions

From NewHaven Software Wiki
Jump to navigationJump to search
Malcolm (talk | contribs)
No edit summary
Malcolm (talk | contribs)
Removing all content from page
 
Line 1: Line 1:
<source lang="php">
<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;        // end of php code
?>
</source>


<source lang=sql>
-- select some data
SELECT  a, b, COUNT(*) AS c, SUM(d) AS d
FROM    MyTable
WHERE  a > b
GROUP BY a,b
HAVING  COUNT(*) > 1
</source>

Latest revision as of 16:04, 20 February 2009