Re: Screen Scraping with php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



thank Robert :)

I ran the script and got:
Warning: ereg(): REG_BADRPT on line 6 which is in the ereg function


do you know what it could be ?

will woodshed a bit on ereg
g
On Jul 7, 2005, at 6:51 PM, Robert Cummings wrote:

$html = file(
'http://www.gamespot.com/pc/rpg/guildwars/screens.html?page=264' );

$matches = array();
if( ereg( 'END SCREENSHOT NAVIGATION.*?img src="([^")+"', $html,
$matches ) )
{
    $image = $matches[1];
}

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux