7 Mar
2007
7 Mar
'07
12:05 p.m.
I´m doing a form with username and email, these values go script python and with a zsql method inside script, it stored in DB I have a zpt with a form I have a script python:: Connection DB:: db_system_type = REQUEST.get('db_system_type', 'mysql') from Products.ZMySQLDA import DA DA.manage_addZMySQLConnection(self, db_conn_id, '', REQUEST.get('db_conn_str', 'zzz@localhost zzz zzz')) #now i have to do zsql method to store the values in DB how can i do it??? Can you help me???Thanks When I fill in the form and i push "send" button, it store username and email in DB