Intellitxt type replacement?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
FuzzyLogik
Forum Newbie
Posts: 18
Joined: Tue Dec 12, 2006 12:15 am

Intellitxt type replacement?

Post by FuzzyLogik »

I need to build a script that will essentially scrape my site and modify all links (<a href="url">title</a>) and modify them to a php string (enclink($url,$title);)

I just need a starting point[1], I have no idea what to search for.

Any help would be appreciated.





[1] However, I certainly would appreciate more in-depth help.
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

Post Reply