topical media & game development

talk show tell print

basic-ajax-11-array.php / php



  <?php
  require_once('JSON.php'); 
  myJSON = new Services_JSON();
  
  av1 = array(1, 3, 'x');
  response = myJSON-> encode(av1);
  echo (response);                           
  ?>
  
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.