PHP Classes

File: users/users.dat

Recommend this page to a friend!
  Classes of Abhishek Shukla   Simple XML User System   users/users.dat   Download  
File: users/users.dat
Role: Auxiliary data
Content type: text/plain
Description: XML User Database
Class: Simple XML User System
Manage users storing their records in XML files
Author: By
Last change:
Date: 8 years ago
Size: 1,264 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <users> <user> <ID>user1</ID> <name>User1</name> <pwd>21232f297a57a5a743894a0e4a801fc3</pwd> <info>123455</info> <hobbies>Reading, Cinema</hobbies><address>NULL</address><contact>99984324</contact></user> <user> <ID>user2</ID> <name>User2</name> <pwd>7ddf32e17a6ac5ce04a8ecbf782ca509</pwd> <info>info</info><hobbies>NULL</hobbies><address>NULL</address><contact>NULL</contact></user> <user> <ID>user3</ID> <name>User3</name> <pwd>user3</pwd> <info>1234243</info> <hobbies>NULL</hobbies><address>NULL</address><contact>NULL</contact></user> <user><ID>user4</ID><pwd>random</pwd><name>raunak</name><hobbies>NULL</hobbies><info>NULL</info><address>NULL</address><contact>NULL</contact></user> <user><ID>user5</ID><pwd>random</pwd><name>rohit</name><hobbies>NULL</hobbies><info>NULL</info><address>NULL</address><contact>NULL</contact></user> <user><ID>admin</ID><pwd>21232f297a57a5a743894a0e4a801fc3</pwd><name>Admin</name><hobbies>Programming, Chatting</hobbies><info>info</info><address>NULL</address><contact>NULL</contact></user> <user><ID>user6</ID><pwd>7ddf32e17a6ac5ce04a8ecbf782ca509</pwd><name>Name</name><hobbies>My Hobbies</hobbies><info>info</info><address>My Address</address><contact>NULL</contact></user></users>