Quote:
Originally Posted by limey
Yeh but can you pull images? It pulls the url for me.
|
You mean an image as an URL?
Then it would be like:
PHP Code:
function affiliateparse($text) {
$affiliate_code = "[ URL=http://www.google.com ][ img]http://www.site.com/yourimage[ /img][ /URL ]";
$text = stri_replace("Google",$affiliate_code,$text);
return $text;
}
PS:
Remove the Spaces