PHP: HOw to store and retrieve the data entered by a user in a text field from a file?

Posted by kishore on Stack Overflow See other posts from Stack Overflow or by kishore
Published on 2010-05-06T11:34:58Z Indexed on 2010/05/06 11:38 UTC
Read the original article Hit count: 156

Filed under:

HI all,

I want to Store the data entered by user in a file.

If a user enters his description in a text field, Then i Have to store the data in a file. All the users data will go to the same file with their user name and description.

And I have to retrieve The Data from that file for a particular user.

For example if there are two users with their descriptions in the file, Then I have to retrieve a particular users description and print it on the users page.

How can I store and retrieve The data from a file?

© Stack Overflow or respective owner

Related posts about php