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-21055357");
$keywords="NBA Live 2004 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;
?>
NBA Live 2004 for GameCube $info[32]"; } else{ echo"
"; echo ""; echo" "; } ?>
Newbie Review by Kathy Swordson Newbie Product Reviewer:
New Dynasty Mode allows you to recruit players and build your ideal team and guide them through season play. Improved freestyle control allows you to perfect every basket by adjusting your shots in mid-air. The graphics are great and the commentary is up-to-the-minute and accurate. AI presents the perfect level of difficulty. Gameplay is awesome with controls that are fairly simple to learn. “ If you have a GameCube, your game library isn't complete without this “.
Pros: Good graphics. Accurate commentary. Free style controls are awesome. Dynasty mode is revamped and much deeper. |
Cons: The menu is a little confusing. |
NBA Live 2004 for GameCubeNewbie Rating
2 Thumbs UpReviews similar to our NBA Live 2004 for GameCube Review:
Hunter: The Reckoning for GameCube This game has some of the properties of an RPG, but definitely plays l... Mario Party 5 for GameCube The Mario Party titles are the best party games ever. Period. If you... Kirby's Air Ride for GameCube The first racing game ever to involve Nintendo's popular Kirby charact... Mario Kart: Double Dash GameCube For any of you folks out there who thought that Mario Kart 64 was the ...