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-22200500");
$keywords="Mad Catz Ultra-Link Cable for Game Boy Advance SP (52825)";
$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 The Electric Monkey Newbie Product Reviewer:
The Mad Catz Ultra-Link Cable for Game Boy Advance SP (52825) is all you need to hook-up with either Game Boy Advance SP. The Ultra Link Cable is cross-platform, which means you can play Game Boy Advance or Game Boy Color multi-player games whenever you want! Or exchange data with your friends. It works with compatible Game LinkŪ.
|
Pros: It is good way of playing 2 player games. |
Cons: Not enogh support. |
Mad Catz Ultra-Link Cable for Game Boy Advance SP (52825)Newbie Rating
2 Thumbs UpReviews similar to our Mad Catz Ultra-Link Cable for Game Boy Advance SP (52825) Review:
Sony Playstation RFU Adapter SCPH-10071/94093 With the Sony Playstation RFU Adapter SCPH-10071/94093 you can connect... Intec G5260 The Intec G5260 offers the best protection, the most room and is by fa... Intec SP Starter Kit for Game Boy Advance (g1492) The Intec SP Starter Kit for Game Boy Advance (g1492) includes battery... Nintendo (244199) Controller for Game Boy Adcvance The Nintendo (244199) Controller for Game Boy Adcvance has at long las...