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-20605150");
$keywords="Microsoft Flight Simulator 2002 Standard for Windows";
$mode="videogames";
$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 Frank Newbie Product Reviewer:
The Microsoft Flight Simulator 2002 Standard for Windows is rated E for everyone. FS 2002 introduces many exciting features, including interactive air traffic control (ATC) and auto-generated scenery, plus challenging new aircraft and stunning visual enhancements that truly make Flight Simulator 2002, Standard Edition "as real as it gets." Flight Simulator 2002, Standard Edition includes a wide variety of aircraft for you to fly--from a new Cessna 208 Caravan float plane to the Boeing 747-400 jumbo jet. “ Flight Simulator 2002 is a virtual pilot's dream. Beginners may be daunted, but give it some time... You'll love it”!
|
Pros: Well-detailed way to learn to fly an airplane - and travel the simulated world. |
Cons: Standard version is lacking. |
Microsoft Flight Simulator 2002 Standard for WindowsNewbie Rating
2 Thumbs UpReviews similar to our Microsoft Flight Simulator 2002 Standard for Windows Review:
Warcraft III: Reign of Chaos for Windows, Mac The Warcraft III: Reign of Chaos for Windows, Mac is rated T for teens... Doom 3 for Windows The Doom 3 for Windows is rated M for mature - Blood and Gore and Inte... Spider-Man: The Movie The Spider-Man: The Movie is rated E for everyone. Crawl, leap, and sw... The Sims Hot Date Expansion Pack for Windows The The Sims Hot Date Expansion Pack for Windows is rated T for teens....