A php button above the edit area would be nice.
There are a few phpbb mods that do this and it makes everything way more readable, plus a lot of people don’t realise you can do [code=php]
Moderators: macek, egami, gesf

<?php
$var = 5;
function multiply($var) {
if (is_numeric($var)) {
for ($i = 1; $i <= $var; $i++) {
$value[$i] = $i * $val;
}
} else {
$value = 0;
}
return $value;
}
$array = multiply($var);
foreach($array as $key => $value) {
echo "$key X's $val = $value<br/>";
}
?>

egami wrote:cool.






Users browsing this forum: No registered users and 1 guest