Hello,
I'm working in PHP. I have a semicolon-delimited file that contains information of the users for my site (first name, last name, email address, etc.). I want to give users the opportunity to update their information. I have figured out how to read this file (opening the file, reading line by line, and using the explode function to parse out the variables), and I know how to append new users to the end of the file. But what I don't know how to do is to open it and change just one variable. Any advice would be appreciated.
NAL
I'm working in PHP. I have a semicolon-delimited file that contains information of the users for my site (first name, last name, email address, etc.). I want to give users the opportunity to update their information. I have figured out how to read this file (opening the file, reading line by line, and using the explode function to parse out the variables), and I know how to append new users to the end of the file. But what I don't know how to do is to open it and change just one variable. Any advice would be appreciated.
NAL