This function converts URLs and e-mail addresses within a string into clickable hyperlinks.
[code]
function makeClickableLinks($text) { $text = ... Read More »
This script helps you to test session persistence for your HTTP API.
Launch this.php?set=valuuue to set the session value stored to value. Launch this.php to retrieve the value.
[code]
<?php/**... Read More »
While these examples convert Markdown fields to HTML for use in CKEditor, the same method can be used to render the filters of any input_format.
[code]
<?php// Example 1:// Renders the body field as format_id '4' (i.e., Markdown) the... Read More »