query("SELECT count(nid) FROM node WHERE TYPE='video' AND created > $timestamp"); // HTTP headers to prevent caching the result of this call. header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past (HTTP 1.0) // JSON response. print '{"pong":"' . $result->fetchColumn() . '"}';