I am learning from this Flickr API tutorial[/u]. It uses PHP to grab photos from Flickr. Flickr sends the requested images as XML, so it also uses another PHP file to parse that XML response. When I try to run his [u][url=“http://www.bornontheweb.be/tutorials/rest-flickr.php”]demo, there is an error in his XML parser. It says some functions are deprecated. Does anyone know how to fix these errors?