I'm running on a UNIX server with PHP3.
My userfile will be like this
USERNAME 1 | FULL NAME 1 | EMAIL | CITY | STATE | ZIP | COUNTRY | URL | TITLE
USERNAME 2 | FULL NAME 2 | EMAIL | CITY | STATE | ZIP | COUNTRY | URL | TITLE
and so one, each taking up one line
If you dont' want to repost it, send it to markmh84@hotmail.com
I just want the user to be able to edit the account and keep the information on the same line instead of it going into a temp file and then printed back to the main file at the bottom.
USERNAME is automatically created by the php script so that the first user who signs up gets 0001 and the second gets 0002 and so on... So I want the list in order
0001
0002
0003
etc...
Thanks in advance!