CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Posts
    46

    Arrow Save form data in TXT or RTF file

    Hello!
    Can anyone help me with this?
    I created a form but I don't know how to make it save multiple persons with birth date and phone in a TXT or RTF file.
    The form looks like this:
    Name:
    Birth date:
    Phone:

    and I want to save the data in a TXT or RTF file like this:

    Name: Radu
    Birth date: 02.01.1990
    Phone: 0711111111

    etc.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Save form data in TXT or RTF file

    http://w3schools.com/php/php_forms.asp
    http://ar.php.net/manual/en/function...t-contents.php

    Security is always an issue with flat-file databasing. Hopefully you're not storing any sensitive information. If you are...then you need to be using a database.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured