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.
$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.