PDA

View Full Version : PHP code - this board has a useful feature!


cloud9
08-04-2001, 05:02 AM
This may be useful for the regular posters, if you want to post a sample of PHP code e.g.


$myvar = "Hello World!";
for ($i=0; $i<10; $i++) {
echo $myvar."\n";
}


you can use the code [ php ] your code here [ /php ] to colour it in a suitable manner, see here:


$myvar = "Hello World!";
for ($i=0; $i<10; $i++) {
echo $myvar."\n";
}



:D This may help someone.

cloud9
08-04-2001, 05:04 AM
for the full list of vbCodes and not just the selection shown on this board, go here:


http://www.vbulletin.com/forum/misc.php?action=bbcode

cfhosting
08-06-2001, 12:47 PM
nifty...




lol