Suppose a db table named pictures has 100 pics uploaded (from id  1 to 
100). I have another db table name 'choices' with one default field as 
auth.user_id and another as 'choice' . Now I show user the pics from that 
db from id 1 to 100 and let him click on any of those such that if he 
clicks on the pic with id x I will record his choice 'x' and insert x as 
field choice in the db table choices. How to do that? I know it will take a 
bit of your time. But this is creating a lot of confusion in me. 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to