[php] tags?
Posted: Sat Jan 26, 2008 10:09 am
They don't show up with any formatting for me. Is there some sort of setting to make them do so?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
You mean there's no button to adddayyanb wrote:They don't show up with any formatting for me. Is there some sort of setting to make them do so?
Code: Select all
tags, or they do not have any effect when added manually?Code: Select all
<?php
phpinfo();
?>Code: Select all
<?php
phpinfo();
?>Code: Select all
<?php
phpinfo();
?>Code: Select all
var myName;myName = 'Humberto Loiaza';alert('Name is ' + myName.length + ' chars long'); Code: Select all
or [language] or [syntax="language"] (notice the double quotes). Though when editing, the syntax= style gets replaced with just the tag name.But by some fortunate coincidence (bug?)Everah wrote:There is only one tag: [code]. To make it php code, use [code=php].
Code: Select all
, [js] and [sql] works as well.That what I was wondering about: because it's one thing to add a button and quite another - to fix geshi syntax highlighting (which is still broken in some aspects).JAM wrote:but we want buttons damn it!![]()
Of course. The lack of buttons doesn't fix the errors tho, not other way around. We'll still (at least me) use the tags, and hope that eventually the geshi-code is fixed. Until then, the buttons would be gladly accepted.Weirdan wrote:That what I was wondering about: because it's one thing to add a button and quite another - to fix geshi syntax highlighting (which is still broken in some aspects).JAM wrote:but we want buttons damn it!![]()