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-21428571");
$keywords="Samsung SIR-S4120R 100-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 Samsung SIR-S4120R 100-Hours Digital Video Recorder is a DVR which lets you record your favorite TV programs. You can Pause LiveTV, One Touch Recording, Use the On Screen Program Guide and keep the Guide up to date via the Internet thanks to the Telephone Interface as well as recording up to 100 hours of TV programs directly onto the 120GB hard drive. It's also USB compatible and easy to use. Has a lot of recording space for recording lots of your favorite programs
|
Pros: Functions, USB |
Cons:
|
Samsung SIR-S4120R 100-Hours Digital Video RecorderNewbie Rating
2 Thumbs UpReviews similar to our Samsung SIR-S4120R 100-Hours Digital Video Recorder Review:
Tivo R54014 140-Hours Digital Video Recorder The Tivo R54014 140-Hours Digital Video Recorder is a DVR which gives ... Motorola HDT101 DTV Receiver The Motorola HDT101 DTV Receiver includes: Inputs RF (TV) x 1.Outputs ... Macally DVR-800RW Digital Video Recorder The Macally DVR-800RW Digital Video Recorder is a modern looking silve... GE VDR-80 Digital Video Recorder The GE VDR-80 Digital Video Recorder acts almost identically to a stan...