Form Html to Txt File (offline)

form , html , txt Colombia
  • 12 years ago
    Thanks. I have a html-form and need to save that to a txt-file. It's for an offline app. There's no security problems. May be an .pl file... But i dont know. Thanks again.
  • 12 years ago
    To save the results of the form... obviously.
  • 12 years ago
    em, you need to save the file, or extract text (using cpp stripHtml maybe?) and save the file?
  • 12 years ago
    konikula, thanks for your answer. I need to save the RESULTS of the form. I have a poll and i need that 10 users answer the questions. Instead to send by mail (no internet), a txt file should be created. I can take the txt file after each user, but i cant use a server nor an file>save as txt... Thanks again.
  • 12 years ago
    wow, I understand now. this will depend on which browser users will use to show & fill that form..<
  • 12 years ago
    i guess with pl you can easily create filename from date and time, and than use echo $formValue>>thatFile

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”