[Zope3-Users] Creating entries via direct HTML links
stephen tan
sts5678 at yahoo.com
Fri Sep 1 12:55:35 EDT 2006
I have created the following sql script in Zope 3.2.1
filename: insert_sql
insert into ror(id, title, user_id, user_name)
values(<dtml-sqlvar id type="int">,
<dtml-sqlvar title type="string">,
<dtml-sqlvar user_id type="int">,
<dtml-sqlvar user_name type="string">)
How can I insert values using direct HTML links?
http://localhost:port/insert_sql?id=234&title=manager&user_id=345&user_name=fred
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Zope3-users
mailing list