Accessing Nike+ data with PHP - ThinkPHP /dev/blog - PHP
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 5' at line 11
query: SELECT n.nid, COUNT(n.nid) AS ncount
FROM node n
INNER JOIN term_node tn ON n.nid = tn.nid
WHERE tn.tid IN (10230,11182,16755,16756,2430)
AND n.nid != '6436'
AND n.status = 1
AND n.moderate = 0
AND n.type IN ('feed_item')
GROUP BY n.nid
ORDER BY ncount DESC, n.created DESC
LIMIT , 5 in /home/0all/drupal-5.9/includes/database.mysql.inc on line 172.
Nike+ is a feature for the iPod nano which allows to measure time, distance and speed of runnings with a small sensor in running shoes that sends data to a transmitter on the iPod.
Those data are sent to a users Nike+ account by iTunes whenever the iPod is synchronized. On the Nike+ website there is a report of runnings, the average speed, total kilometers run etc.
The users can also compete with each other in virtual competitions and define...
|
Post new comment