Hi Has anyone here tried buying text links? Thinking about doing it with a PR5 site at $5.00 a month. How does it actually work? Thanks
Make sure its on a related subject. I don't really know if its worth it. I haven't tried it. But if you run the program below it starts to make a lot of sense. <?php $text = "Thinking about doing it with a PR5 site at $5.00 a month"; $newtext = str_replace("PR5 site", "girl", $text); echo $newtext; ?> PHP: