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

Reply via email to