Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Robert] Rexep for [url] with Name and link and URL: Edit Log

Here is the list of edits for this post
Re: [Robert] Rexep for [url] with Name and link and URL
Try:

Code:
$text=~ s,\[cat\]([\w/]+)\[/cat\],<a href="$1">$1</a>,g;

If you stick with your original code you'll need to change:

\[/cat]

to

\[/cat\]

Last edited by:

RedRum: Mar 1, 2002, 4:57 PM

Edit Log: