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-20776551");
$keywords="The Hobbit for GameCube";
$mode="electronics";
$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;
?>
The Hobbit for GameCube $info[32]"; } else{ echo"
"; echo ""; echo" "; } ?>
Newbie Review by Kathy Swordson Newbie Product Reviewer:
A great introduction to the world of Middle Earth for the younger set of Lord of the Rings fanatics, this game follows Tolkien's novel with a fair level of accuracy. The player sets out on the path taken by Bilbo Baggins, tackling enemies and solving puzzles. The graphics are fun and give the game a light-hearted feel. The Hobbit creates a world you'll want to explore, though some of the levels are easy to beat in a short time. This game would probably be best for the pre-teen set, or anybody who just loves the world of Tolkien. “ This belongs in ANY adventure game fan “.
Pros: Graphics are fun and cartoonish. Worlds are large and worth exploring. The storyline stays pretty faithful to that of the book. The action and combat are easy and fun. |
Cons: Game can get a bit hard at times, considering it's billed for players ages 5 and up. |
The Hobbit for GameCubeNewbie Rating
2 Thumbs UpReviews similar to our The Hobbit for GameCube Review:
Street Racing Syndicate for GameCube The Street Racing Syndicate for GameCube is upgraded for maximum boost... Backyard Football for GameCube Backyard football is a cartoony game best suited for younger players w... James Bond 007: Everything or Nothing for GameCube This new 007 breaks free from the first-person shooter mold cast by pr... Enter The Matrix for GameCube The Matrix movies are by far the most innovative and mind-bending acti...