Jump to content

CreatureOfHabit

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by CreatureOfHabit

  1. I am looking for a way to write data from a Form to a file that i could later access and fill in the form again. I have an online application form that will email my boss the data when submitted: foreach ($_POST as $Field=>$Value) $MsgBody .= "$Field:  $Value\n\n"; The problem is that the boss doesn't like the way that it is formatted and would prefer to see the information in a form (identical to the form the user fills out).  Because the form has approx 30 fields, i thought it might be easier to write the data to file instead of storing it in a DB. Any help would be appreciated. Creature
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.