Text Database problem

wxdqz

New Member
Hi all, i'm rather new to PHP so i wondered if sb. can help me out. Here is the main idea:
I've got a file filled with 3 strings and variables. the strings look lik this:
---
name:"peter"
account:"see"
access:"private"
<br>
name:"john"
account:"man"
access:"admin"
<br>
name:"aghast"
account:"view"
access:"none"
<br>
...
...
...
---
i want to sort these values alphabetacialy either by name or by account or by access.
please help and thanks!
 
Back
Top