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-20266456");
$keywords="The Legend of Zelda: The Wind Waker Nintendo 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;
?>
Newbie Review by Kathy Swordson Newbie Product Reviewer:
The story of Link and Zelda has had many incarnations over the years with few titles actually being grouped together to form a legitimate story. In Wind Waker you're not actually the real Link, but rather the spirit (or descendant as Nintendo likes to call it) of Link in another boy's body. Hardcore RPG Zelda fans will not care that much and will be fascinated with the exquisite cel-shaded graphics, colorful story, and classic RPG Zelda battles that we first saw back on the N64. The time in between Zelda games seems to be worth it with each new title. “This is a great game for all you Zelda fans “!
Pros: Cel-shaded graphics. Tons of exploring to do. You even get a ship to sail on around the sea! Very tight controls. A great story for RPG Zelda fans. |
Cons: The constant sailing will get to be a bit annoying even for hardcore Zelda fans. Zelda has become more and more of an RPG game. To me, that's bad. To you, it could be very good. |
The Legend of Zelda: The Wind Waker Nintendo GameCubeNewbie Rating
2 Thumbs UpReviews similar to our The Legend of Zelda: The Wind Waker Nintendo GameCube Review:
The Incredibles for GameCube This game does an excellent job of capturing the feel of the movie. Th... True Crime: Streets of L.A. for GameCube True Crime: Streets of L.A. plays a lot like Grand Theft Auto, only wi... Wave Race: Blue Storm for GameCube Wave Race: Blue Storm is an exciting game that allows you to race jets... Pikmin GameCube One of the first games to be made for the GameCube, Pikmin is a very d...