I need a php class to inject links in to text
The class should have take the following arguments:
• Text (paragraphed)
• Number of links (random rage ie. 1-3)
• Related keywords
• Main Keywords
• Link type
o Standard html (default)
o Media wiki format
o BB code
• Links
Here are a few examples how it needs to work:
1. Loads text
2. I specify the numbers of links range. Let’s say 1-4, and the script selects a random number from 1-3
3. Optionally loads…
