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-23163658");
$keywords="Intec Wireless controller for PlayStation 2 (G7086)";
$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 Intec Wireless controller for PlayStation 2 (G7086) features include: 2.44 GHz operating frequency for precise game control. Controller features 70 Hours of game time with 2 AA batteries (not included) depending on use of vibration control switch. Also features 8 analog action buttons & 2 analog sticks, turbo function buttons, and vibration motor, "Gamer" designed analog sticks & digital directional pad. The 16 Player auto sensing technology allows up to 16 players to play without interference! Play up to 30 ft. away! All this and more.
|
Pros: Great functions. |
Cons: Nothing |
Intec Wireless controller for PlayStation 2 (G7086)Newbie Rating
2 Thumbs UpReviews similar to our Intec Wireless controller for PlayStation 2 (G7086) Review:
Intec G8205 Extension Cable (xbx-xtensio) The Intec G8205 Extension Cable (xbx-xtensio) features include: This 6... Intec TalkNet-Online Voice Communication Headset (dus0049i) The Intec TalkNet-Online Voice Communication Headset (dus0049i) allows... Microsoft DVD Movie Playback Kit for Xbox (xbms682828) The Microsoft DVD Movie Playback Kit for Xbox (xbms682828) is very eas... Intec Wireless controller for PlayStation 2 (G7086) The Intec Wireless controller for PlayStation 2 (G7086) features inclu...