Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

marc
13 years ago
Better use preg_replace to convert text in a clickable link with tag <a>

$html = preg_replace('"\b(http://\S+)"', '<a href="$1">$1</a>', $text);

<< Back to user notes page

To Top