topical media & game development

talk show tell print

mashup-rmx-08-RMXFormExample-com-almerblank-rmx-php-services-file.php / php



  <?php
  /*
   * Created on Jun 12, 2007
   *
   * To change the template for this generated file go to
   * Window - Preferences - PHPeclipse - PHP - Code Templates
   */
   
   
   	class Members {
                   
                   var username;
                   var password;
                   var email;
                                    
                   function addMember(memberInfo)
                   {
                           this->username = memberInfo["username"];
                           this->password = memberInfo["password"];
                           this->email = memberInfo["email"];
  
                           
                   }
                   
                   
                   
                   
                   
                   
           }
   
   
  ?>
  


(C) Æliens 18/6/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.