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-22376478");
$keywords="Tony Hawk's Underground 2 for Xbox";
$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;
?>
Tony Hawk's Underground 2 for Xbox $info[32]"; } else{ echo"
"; echo ""; echo" "; } ?>
Newbie Review by Rasheef Newbie Product Reviewer:
If you consider yourself a fan of past Tony Hawk titles, prepare to fall in love all over again. The influence of Bam Margera takes this game to new, entertaining, and often hilarious heights as you wreak devastation in a redesigned story mode. Of course, you also have the choice to challenge the clock in classic mode. Design your own character and test all kinds of new tricks. And of course, the controls remain the same, so don't worry, you veterans out there will be able to pick it up right where you left off. If you own the original Tony Hawk’s Underground, this game will seem like more of the same… which isn’t necessarily a bad thing.
|
Pros: Offers both story and classic modes. Excellent soundtrack. Improved parks, more detailed Create-a-Skater, hilarious Goals, and new tricks. Loads of new embellishments and surprises at every turn. One of the best games of 2004. |
Cons: Story mode is shorter than we might have hoped for. But classic mode fleshes it out a bit. |
Tony Hawk's Underground 2 for XboxNewbie Rating
2 Thumbs UpReviews similar to our Tony Hawk's Underground 2 for Xbox Review:
Mortal Kombat Deadly Alliance for Xbox The Mortal Kombat Deadly Alliance for Xbox is rated M for mature. Play... Tony Hawk's Underground 2 for Xbox If you consider yourself a fan of past Tony Hawk titles, prepare to fa... The Lord of the Rings: The Third Age for Xbox A new, classic-style RPG based on the film, you can fight for the Fell... Jade Empire for Xbox The Jade Empire for Xbox lets you choose a character with a unique app...