where it finds a start tag.
function startTag($parser, $data){
}
// And this function tells the parser to replace the end tags with "
"
function endTag($parser, $data){
global $total;
$total = $total . "*";
}
// These lines create the parser and then set the functions for the parser to use when
// reading the document.
$xml_parser = xml_parser_create();
// Sets the functions for start and end tags
xml_set_element_handler($xml_parser, "startTag", "endTag");
// Sets the function for the contents/data
xml_set_character_data_handler($xml_parser, "contents");
// Read the file and save its contents as the variable "data"
$my_file = file("http://api.shopping.com/scripts/GSIsapiExt.dll/linkin_id-3069515/keyword-21891223");
$keywords="The Chronicles of Riddick: Escape from Butcher Bay for Xbox";
$mode="videogames";
$data = $my_file[1];
if(!(xml_parse($xml_parser, $data, feof($fp)))){
die("Error on line " . xml_get_current_line_number($xml_parser));
}
// Free the memory used to create the parser
xml_parser_free($xml_parser);
// Close the file when you're done reading it
fclose($fp);
$info = explode("*", $total);
$arraytotal = count($info) - 8;
?>
Newbie Review by Rasheef Newbie Product Reviewer:
Play as the criminal anti-hero Riddick from the recent movie in this exciting action/adventure game. Use a combination of stealth, strength, and fire-power to plot an escape from the futuristic prison Butcher Bay. Story mode is arguably more interesting than the plot of the movie, as it gives an in-depth, first-person view of prison life. Featuring voice talents from the movie and surprisingly good graphics, this is a game that can definitely stand without leaning on the mediocre movie title that shares its name. “ A solid First person shooter, stealth and RPG fans might be disappointed. But worth a look for the graphics and gameplay. Very adult, very fun.”
|
Pros: In-depth gameplay with some surprising RPGish elements. Detailed storyline. Side-quests let you get a closer look at life in Butcher Bay. Graphics are very good. Sound features real actors from the movie. |
Cons: No online capabilities or multiplayer. |
The Chronicles of Riddick: Escape from Butcher Bay for XboxNewbie Rating
2 Thumbs UpReviews similar to our The Chronicles of Riddick: Escape from Butcher Bay for Xbox Review:
Star Wars Knights of the Old Republic II: The Sith Lords for Xbox The Star Wars Knights of the Old Republic II: The Sith Lords for Xbox ... Need For Speed: Underground for Xbox Think you have the chops to hold your own in the high-octane world of ... Amped 2 for Xbox Amped 2 is a hard game to top if what you're searching for is realism.... Project Gotham Racing 2 for Xbox Mastering this game requires not only that you can drive a car fast en...