ahmed-samara
03-16-2009, 09:25 AM
Hello today.. :)
i have new idea is how to put the google adsense code betwen every xx words in the thread
also i want to select what usergroup can see the adsense .
i have trying to do in PHP
$words = explode(' ', $article);
$words[$count] .= '<br>'.$adsensecode.'<br>';
$article = implode(' ', $words);
can someone make that in plugin or product ?
thanks
i have new idea is how to put the google adsense code betwen every xx words in the thread
also i want to select what usergroup can see the adsense .
i have trying to do in PHP
$words = explode(' ', $article);
$words[$count] .= '<br>'.$adsensecode.'<br>';
$article = implode(' ', $words);
can someone make that in plugin or product ?
thanks