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-21264819");
$keywords="Mario Kart: Double Dash 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;
?>
Mario Kart: Double Dash GameCube $info[32]"; } else{ echo"
"; echo ""; echo" "; } ?>
Newbie Review by Kathy Swordson Newbie Product Reviewer:
For any of you folks out there who thought that Mario Kart 64 was the best kart racing game out there, well you were wrong. Super Mario Kart held that title until the recent release of Mario Kart: Double Dash. I didn't think the classic gameplay of Super Mario Kart could be outdone, but I was clearly wrong. Double Dash has gone and taught everybody what kart racing is all about, lots of multiplayer fun. Grab a buddy and get ready to be green-shelled like whoa! This is a must-buy game for the gamecube. The more people you have playing the more fun you'll have.
Pros: Just wait 'til you feel the awesome control in Double Dash. Superb graphics matched only by character specific specialty items and the unbelievably amazing courses. I think I forgot to mention that there are 20 playable characters in Double Dash. Hours upon hours upon hours of gameplay won't be nearly enough for you to get your fix of this truly unparalleled racing game. |
Cons: What happened to the feather? The feather was the most classic item in mario kart and Nintendo has once again left it out. You're really going to hate those blue shells, heh heh. |
Mario Kart: Double Dash GameCubeNewbie Rating
2 Thumbs UpReviews similar to our Mario Kart: Double Dash GameCube Review:
Shrek 2 for GameCube The best thing about the two Shrek movies was that they had plenty for... Def Jam Vendetta for GameCube Def Jam Vendetta welcomes you to the magical world of underground figh... NBA Live 2005 for GameCube Here's some brand new reasons to like NBA Live 2005: better graphics, ... Backyard Football for GameCube Backyard football is a cartoony game best suited for younger players w...