I can't use a database though I wish I could. I have multiple accounts in a file database (a .php file) like this:
[bob]
login=bob
pass=pwhere
[frank]
login=frank
pass=duck
and I want to be able to go to a certain webpage and I want it to be able to edit this file, but not all of it just one account at a time so I go to this edit page and it shows
[frank]
login=frank
pass=duck
for example then I save it and it updates just this user in the database file. Cutenews somehow does it and I can't figure out how, if anybody could help me I would appreciate this!







Reply With Quote








But anyway, it does work better if you use MySQL - I used to use flat file databases for all my PHP, but then I saw the light 
