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-22215756");
$keywords="The Legend of Zelda: Collector's Edition 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;
?>
Newbie Review by Kathy Swordson Newbie Product Reviewer:
Just one disc is all it takes these days to hold all of your favorite Legend of Zelda titles from consoles past. This includes NES games: The Legend of Zelda and Zelda II: The Adventures of Link, and N64 games: Legend of Zelda: The Ocarina of Time, and Legend of Zelda: Majora's Mask. Link up with your Gameboy and you can play every Zelda game ever. “ I recommend this game because it is just plain quality RPG entertainment “.
Pros: What's not to love? All your favorites are here, and just as fun as you remember them. Even the earliest titles remain challenging even today, and Ocarina of Time is, in my humble opinion, one of the best games ever made. |
Cons: You may notice that A Link to the Past is not included. I guess you'll just have to buy the GBA version. |
The Legend of Zelda: Collector's Edition for GameCubeNewbie Rating
2 Thumbs UpReviews similar to our The Legend of Zelda: Collector's Edition for GameCube Review:
Time Splitters 2 for GameCube Time Splitters 2 takes all of the wasted potential of the first game a... Animal Crossing for GameCube The Animal Crossing for GameCube allows players to interact with a vir... Mario Golf for GameCube Even if you're not much of a golf fan, this game is definitely worth l... Star Wars Rogue Leader: Rogue Squadron II for GameCube Some of the best graphics I've ever seen combined with all the fun of ...