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-30041946");
$keywords="Canon PowerShot SD600 Digital ELPH / IXUS 60 Digital Camera";
$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 Yousef Persons Newbie Product Reviewer:
The Canon PowerShot SD600 Digital ELPH / IXUS 60 Digital Camera captures rich details with excellent clarity. Has a 2.5 inch color LCD screen makes for easy image preview and scene playback. Has a widescreen resolution option for producing images and film clips that are ideal for your widescreen TV or computer monitor. The features include: 6.0 MP (effective) CCD captures rich details with excellent clarity and a 3X optical zoom for wide angle coverage. Plus a 4X digital zoom for the finest details. Includes a Print/Share Button for easy direct printing and downloads in addition to ID Photo Print and Movie Print. And it supports USB 2.0 hi-speed interface for fast downloads and file transfers. “ What a cool camera! I love it very much and recommend it highly!”
Pros: Good battery life and great photos. |
Cons: Nothing |
Canon PowerShot SD600 Digital ELPH / IXUS 60 Digital CameraNewbie Rating
2 Thumbs UpReviews similar to our Canon PowerShot SD600 Digital ELPH / IXUS 60 Digital Camera Review:
Fuji FinePix S3 Pro Digital Camera The Fuji FinePix S3 Pro is a 12 megapixel SLR/Professional digital cam... Canon PowerShot A540 Digital Camera The Canon PowerShot A540 Digital Camera has a high-quality 4x optical ... Canon PowerShot A620 Digital Camera The Canon PowerShot A620 Digital Camera has superb photos, particularl... Sony Cyber-Shot DSC-H1 Digital Camera The Sony Cyber-Shot DSC-H1 Digital Camera stores images on Memory Stic...