I was wondering if we could have an extra [CODE] BB tag for SQL. the SQL BB tags would colour your code all pretty, kinda like the current PHP ones do
PHP Code:
<html>
<body><?php
$d=date("D");
if ($d=="Fri")
echo "Have a nice weekend!";
else
echo "Have a nice day!";
?></body>
</html>
Not only retaining formatting, but highlighting keywords.
What does anyone else think?