Ok, ive got the following variable set in my form:
<input type="hidden" name="db_fields" value="company,contact,email,telephone,address1,address2,city,state,zip,territory,numPCs,interested,product,custeval,DownloadorCD,country,jobtitle,source">
What I need to do is pull that into an array that gets the information from the form that has been submitted and place it into a txt database, in the following sort of format:
|date|time|field1|field2| etc.
Basically I am migrating from a very old formmail.pl script, however I need to retain the append database functionality.
Some help would be greatly recieved.