source: trunk/web/addons/job_monarch/lib/extjs-30/examples/image-organizer/php/poll.php @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 140 bytes
Line 
1<?php
2echo json_encode(array(
3    'type'=>'event',
4    'name'=>'message',
5    'data'=>'Successfully polled at: '. date('g:i:s a')
6));
Note: See TracBrowser for help on using the repository browser.