KnightWolfJK
IS-IT--Management
Can anyone point me to an example or tutorial on creating a PHP form that will create a delimited txt file and place it in /folderX?
For example, filling out the form would create file.txt that would look like:
I need to support spaces and puncuation in some fields.
Thanks in advance
For example, filling out the form would create file.txt that would look like:
Code:
entry_one|entry_two|entry_three
I need to support spaces and puncuation in some fields.
Thanks in advance