Page 1 of 1

seo tools?

Posted: Sun Apr 26, 2009 9:08 am
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

Re: seo tools?

Posted: Sun Apr 26, 2009 11:53 am
by Benjamin
Are you asking for help writting the code?

Re: seo tools?

Posted: Mon Apr 27, 2009 2:12 am
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.

Re: seo tools?

Posted: Mon Apr 27, 2009 2:16 am
by Benjamin
See cURL and file_get_contents()

:arrow: Moved to PHP - Code