- Puoi anche combinare le aree input/output con l'evidenziazione della sintassi GeSHi. Un'area input come questa
{{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}} darà come risultato # Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
This page was last modified on 27 July 2011, at 19:25. This page has been accessed 20 times.
Content is available under Creative Commons License SA 3.0 as well as the GNU Free Documentation License 1.2.