Dear Patrick,
Would you please assist putting together functionality for logging crowdsourcing questionnaire responses into the logging DB?
Please create a new DB table
These are fields which should be featured in this table:
id, randCode, date [now()], elementName, elementValue
Enable PHP scripts to be executed on a web server co-located with the DB
Create a PHP script that logs all POST elements it receives into the DB. The following is an example script doing something very similar (it uses $_GET rather than $_POST, and it executes a single UPDATE rather than multiple INSERTs; but you should get the gist):
Thanks,
DSO
</db></password>
The script is created but not checked in yet.
Decide where to place the script template in sourceforge.
Closing this ticket as this functionality was implemented by Patrick.