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-20656549");
$keywords="Panasonic PV-HS1000 20-Hours Digital Video Recorder";
$mode="electronics";
$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 William Madison Newbie Product Reviewer:
The Panasonic PV-HS1000 20-Hours Digital Video Recorder has a small 20GB hard drive but will still record a reasonable 20 hours of footage. It has many features including Instant Replay, The ability to pause live tv, One touch record, On screen guide, Is broadband ready and has a telephone interface to keep the on screen guide updated. If you are constantly recording shows, miss your favorite shows, or just love watching TV, this may be the system for you!
|
Pros: Loads of functions |
Cons: Piddly Hard Drive |
Panasonic PV-HS1000 20-Hours Digital Video RecorderNewbie Rating
2 Thumbs UpReviews similar to our Panasonic PV-HS1000 20-Hours Digital Video Recorder Review:
CSi/Speco DVR-9IP/160 Digital Video Recorder The CSi/Speco DVR-9IP/160 Digital Video Recorder is a 160GB Hard Drive... JVC HM-DH5U 35-Hours Digital Video Recorder The JVC HM-DH5U 35-Hours Digital Video Recorder is a Digital Video Rec... Toshiba 160HD4 80-Hours Video Recorder The Toshiba 160HD4 80-Hours Video Recorder provides the ability to pau... Motorola HDT101 DTV Receiver The Motorola HDT101 DTV Receiver includes: Inputs RF (TV) x 1.Outputs ...