我正在使用Youtube api查找视频的观看次数 - http://gdata.youtube.com/feeds/api/videos?q=MX1rVQnVWcg&fields=entry(id,yt:statistics)
结果
<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:yt='http://gdata.youtube.com/schemas/2007'><entry><id>http://gdata.youtube.com/feeds/api/videos/MX1rVQnVWcg</id><yt:statistics favoriteCount='0' viewCount='8968'/></entry></feed>
将viewCount编号发送到mysql数据库的最佳方法是什么,更新我的专栏ViewsThisWeek?