function nofollow($html, $skip = null) {
return preg_replace_callback(
"#(<a[^>]+?)>#is", function ($mach) use ($skip) {
return (
!($skip && strpos($mach[1], $skip) !== false) &&
strpos($mach[1], 'rel=') === false
) ? $mach[1] . ' rel="nofollow">' : $mach[0];
},
$html
);
}
echo nofollow('<a href="http://www.yourdomain.com" rel="nofollow">your text</a>');
// will be same because it's already contains rel="nofollow" parameter
echo nofollow('<a href="http://www.yourdomain.com">your text</a>'); // ad
// add rel="nofollow" parameter to anchor
echo nofollow('<a href="http://www.yourdomain.com">your text</a>', 'yourdomain');
// skip this link as internall link
$100 to your Paypal
300 Trophy Points
1 banner ad 728x 90
Referral link for :
Webmaster Sun is a forum where you’ll find in-depth discussions and resources to help you succeed on the web whether you are new or experienced. You’ll find it all here. With topics ranging from internet marketing, search engine optimization, social networking, make money online, web hosting, affiliate marketing as well as hands-on technical support for web design, programming and more. We are a growing community of like-minded people that is keen to help and support each other with ambitions and online endeavors. Learn and grow, make friends and contacts for life.
The world's smartest webmasters and internet marketers come here to discuss & share what's trending in the online marketing world!