Saturday 04 March 2006 10:56:21 am
I found the solution: i simply setup internal page with local IP address, which is parsed via PHP5 and downloading this page via eZ operator in my local page result is in tags like:
<LocalPHP5Var1><?php echo $var1; ?></LocalPHP5Var1>
and in operator i wrote function getTagContent this was necesure to use PHP5 for me because in PHP5 you can use multithreaded webpage download. If someone also is interested in multithreaded webpage crawler take a look to http://curl.haxx.se/libcurl/php/examples/multi.html :) so it seems that i solved this problem by my own
|