post Question : get answer

please Encourage answers by Voting for Best Answers by using 'Did you?' button.
Add no follow to php generated links
i want an php code with Regular expression to add the nofollow tage in all links in the page
asked:8 months ago | by:andy_ameed | viewed:327 times | latest activity:8 months ago [ edited:4 months ago | by:jooria ]
use this function
function nofollow($text){
    $text = preg_replace('/(<a[srn]+[^>]+)>/i', '\1 rel="nofollow">',$text);
return $text;	
}
1 of 1 people found this answer helpful. Did you? Yes No
answered by jooria in 8 months ago | last update in 4 months ago by jooria
want answer this Question? just login or signup its easy and fast.