Guest User

Untitled

a guest
Feb 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. include('pwi/pwi.php');
  4.  
  5. $student = new PWI(array(
  6. 'regno' => 'xxxxxxxxx',
  7. 'pass' => 'ddmmyyyy',
  8. ));
  9.  
  10. echo $student->getAttendance();
  11.  
  12. ?>
Add Comment
Please, Sign In to add comment