topical media & game development

talk show tell print

student-wave-nm1-README.txt / txt



  

modify


  1. Modify connect.inc to connect to your database.
  2. create the "position" table.
  3. Done (if you have MySQL > 4.1.0 and PHP with json-support)
  
  

SQL


  Here is the SQL for the table you need.
  
  CREATE TABLE `position` (
  `name` VARCHAR( 16 ) NOT NULL ,
  `x` INT NOT NULL ,
  `y` INT NOT NULL ,
  `time` TIMESTAMP NOT NULL ,
  PRIMARY KEY (  `name` )
  ) TYPE = MYISAM
  
  If the above doesn't help you, ask me in person and i'll try to fix it.
  


(C) Æliens 04/09/2009

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.