-
Hi radutoev,
of course, you can do with found sites and all corresponding data whatever you want.
Please take a look at the example-script in the package (or here: http://phpcrawl.cuab.de/example.html).
From line 14 (inside the handlePageData-function), you can access all data delivered by the crawler.
So, if you want to put the content of a found site to a db-table, simply do a...
2009-11-04 13:32:39 UTC in PHPCrawl
-
Hi strgg,
the testinteface doesn't store anything anywhere.
It is just a little "tool" to watch the behaviour of the crawler with different settings and to help you to find the right crawler-setup for your needs by that.
That's what the docs say btw.:
"Since PHPCrawl version 0.7, a visual HTML-testinterface comes along with the package. It was build to test the crawler,
2009-11-02 00:23:13 UTC in PHPCrawl
-
Hi aluvian,
i'm sorry, but POSTING data is currently not supported.
You could try to pass the fields via GET-parameters, like $crawler->setURL("site.php?formfield1=foo&formfield2=bar");
Maybe the site you want to crawl will accept GET-params.
2009-10-14 11:05:11 UTC in PHPCrawl
-
Hi,
sorry, but proxy-support is currently not implemented in phpcrawl.
2009-07-19 13:04:46 UTC in PHPCrawl
-
Hi,
do you have an example-page/url where this behaviour occures?
Thanks!
2007-05-04 08:02:22 UTC in PHPCrawl