Nov 5th, 2009, 2:13 PM
I'm storing a randomly generated hash code in formtools when the record is inserted. The person that submits the form gets this unique value that can then be used to get the record from form tools.
The user queries for their record using a key, to avoid viewing other records:
registration.php?key=aTa7X4opkEJeeyRWXiEjNqHzkU9iqp
I have some custom php code that queries mysql directly, but I'd like to see if the api can do this using something like the show_submissions api function, or if there are some ideas out there.
Thanks for any ideas you might have.
-B
The user queries for their record using a key, to avoid viewing other records:
registration.php?key=aTa7X4opkEJeeyRWXiEjNqHzkU9iqp
I have some custom php code that queries mysql directly, but I'd like to see if the api can do this using something like the show_submissions api function, or if there are some ideas out there.
Thanks for any ideas you might have.
-B