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-20606551");
$keywords="Zoo Tycoon Expansion pack: Marine Mania 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 Zoo Tycoon Expansion pack: Marine Mania for Windows is rated E for everyone. Features: Expansion for Zoo Tycoon, More than 20 new marine animals including giant squids, manta rays, manatees, and great white sharks.Create your own customized killer whale and dolphin shows, Exhibit tanks, animal toys, aquatic themed buildings, and fun new attractions such as the boat ride, shark tunnel, and dolphin swim, 10 new scenarios put your Zoo Tycoon skills to the test, Also includes the Dinosaur Digs expansion. “ would recommend for zoo keepers that want to include more exhibits and cash flow to their current zoo. You'll play for hours”.
|
Pros: Good graphics, nice concept, good eye for details. |
Cons: None |
Zoo Tycoon Expansion pack: Marine Mania for WindowsNewbie Rating
2 Thumbs UpReviews similar to our Zoo Tycoon Expansion pack: Marine Mania for Windows Review:
Hoyle Casino Empire for Windows, Mac The Hoyle Casino Empire for Windows, Mac is rated T for teens - Mild L... Baldur's Gate II: The Collection for Windows The Baldur's Gate II: The Collection for Windows is rated T for teens ... Counterstrike: Condition Zero for Windows The Counterstrike: Condition Zero for Windows is rated M for mature - ... Rise of Nations for Windows The Rise of Nations for Windows is rated T for teens - Violence and Bl...