seo tools?

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
sak
Forum Newbie
Posts: 4
Joined: Sun Apr 26, 2009 9:02 am

seo tools?

Post by sak »

Hi, newbie here.
I'm trying to develop a php-software which will get textual info from certain sites, analyze its content and present the appearance percentage of each element in the textual info.
plus, it also should be possible to present what is the site-ranking in the search engines for those words in the content.
anybody have an idea where should I start?
what php functions might help in getting started?
thanks
Sak
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: seo tools?

Post by Benjamin »

Are you asking for help writting the code?
sak
Forum Newbie
Posts: 4
Joined: Sun Apr 26, 2009 9:02 am

Re: seo tools?

Post by sak »

no exactly, I want help with certain functions that don't seem to understand nor knows about their existence.
for instance, what function will help me going to a site and grab textual data from it?
eventually, I need something to start off, but having troubles with it.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: seo tools?

Post by Benjamin »

See cURL and file_get_contents()

:arrow: Moved to PHP - Code
Post Reply