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-20245789");
$keywords="Top Gun: Combat Zones 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;
?>
Top Gun: Combat Zones for GameCube $info[32]"; } else{ echo"
"; echo ""; echo" "; } ?>
Newbie Review by Kathy Swordson Newbie Product Reviewer:
Top Gun: Combat Zones is an exciting, authentic take on the arcade-style flight sim. Choose from realistic US planes and pilot them through 36 missions that will take you to different three unique eras (Vietnam, Gulf War, and the future). Play each mission well enough to move on through the game and earn new planes. Controls attempt to recreate the complexity of actually flying an airplane. Definitely the kind of game any flight-sim enthusiast would enjoy. “ Good game but could be better”.
Pros: Graphics and sound are decent. Complex controls should present a level of challenge that seasoned flight-sim gamers would appreciate. Three different eras to play in. Features accurate representations of US planes from different time periods. |
Cons: No multiplayer. |
Top Gun: Combat Zones for GameCubeNewbie Rating
1 Thumbs UpReviews similar to our Top Gun: Combat Zones for GameCube Review:
Sonic Adventure DX for GameCube Billed as a "director's cut" of the classic Dreamcast game, Sonic Adve... Tony Hawk's Pro Skater 4 for GameCube Tony Hawk's Pro Skater 4 once again delivers what fans have come to ex... James Bond 007: Agent Under Fire for GameCube The world of James Bond was practically made for the first-person shoo... Sports NBA 2K3 for GameCube This game has everything that sports sim fans could ever dare to hope ...