Skip to content

Instantly share code, notes, and snippets.

@laszlokorte
Created November 14, 2009 16:20
Show Gist options
  • Save laszlokorte/234602 to your computer and use it in GitHub Desktop.
Save laszlokorte/234602 to your computer and use it in GitHub Desktop.
<?php
require_once 'abcode/core.php';
require_once 'abcode/ClansphereAbcode.php';
$string = '[b]Fett[/b] und so [i]weiter[/i]';
$string = Abcode::convert($string);
// output: <b>Fett</b> und so <i>weiter</i>
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment