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-20255040");
$keywords="Super Monkey Ball 2 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;
?>
Super Monkey Ball 2 for GameCube $info[32]"; } else{ echo"
"; echo ""; echo" "; } ?>
Newbie Review by Kathy Swordson Newbie Product Reviewer:
After playing the first Super Monkey Ball just one time, I was hooked. I didn't think it could get any better. Well, I was wrong. The sequel fills in all the gaps that you might not have even noticed were there. The introduction of Story Mode is, for instance, expands on the traditional Super Monkey Ball gameplay of maneuvering your ball over challenging courses. Six new party games allow you to challenge your friends to Tennis and Baseball this time in addition to all of your favorites from the original. “ If you have a GameCube, your game library isn't complete without this “.
Pros: Characters and backgrounds are beautifully rendered. Gameplay sticks to its original formula, but things get a bit more interesting with the addition of story mode. Highly addictive party games are challenging and fun. The originality of the Monkey Ball concept is still its best feature; it's simple to just sit down and play, but hard to step away from once you start. |
Cons: As in the original, courses can get pretty challenging at times. Be sure to take frequent deep breaths. |
Super Monkey Ball 2 for GameCubeNewbie Rating
2 Thumbs UpReviews similar to our Super Monkey Ball 2 for GameCube Review:
Top Gun: Combat Zones for GameCube Top Gun: Combat Zones is an exciting, authentic take on the arcade-sty... Dragon Ball Z: Budokai for GameCube If you're a fan of the series, you'll be excited to know that Dragon B... Backyard Football for GameCube Backyard football is a cartoony game best suited for younger players w... Sonic Adventure DX for GameCube Billed as a "director's cut" of the classic Dreamcast game, Sonic Adve...