Tutorial 1, basis SERVICE voor AMFphp


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2.  
  3. class Registreren
  4. {
  5.  
  6. /**
  7.   * Deze service meld nieuwe mensen aan in de database
  8.   * @returns true of false (of het is gelukt of niet)
  9.   *
  10.   */
  11. function Registreren() {
  12.  
  13. }
  14. }
  15.  
  16. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.