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-22342311");
$keywords="Mad Catz 8288 Light Blaster for PlayStation 2 (mad8288)";
$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 8288 Light Blaster for PlayStation 2 (mad8288) features: Intense vibration function for added realism, LED light-up barrel and heavy duty trigger, Auto fire/auto reload options. Traditional D-pad, reload button, and rubberized grips. Works with all compatible light gun games. Designed specifically for PlayStation and PlayStation 2, the Blaster features precision targeting, traditional D-pad, auto-fire and auto-reload settings.
|
Pros: Style and quailty. |
Cons: Expensive. |
Mad Catz 8288 Light Blaster for PlayStation 2 (mad8288)Newbie Rating
2 Thumbs UpReviews similar to our Mad Catz 8288 Light Blaster for PlayStation 2 (mad8288) Review:
Mad Catz 8208 4-Player Multi-Port for PlayStation (mad8208) The Mad Catz 8208 4-Player Multi-Port for PlayStation (mad8208) lets f... Intec Gamer's Power Inverter (g5287) The Intec Gamer's Power Inverter (g5287) is a Power Inverter (adapter)... Nintendo Advance Cable (dolagb2) The Nintendo Advance Cable (dolagb2) connects the Game Boy Advanced to... IOGear KVM Console Extender The IOGear KVM Console Extender allows access to a computer system or ...