[Zope] Data from forms into a database - how?

Martijn Pieters mj@antraciet.nl
Thu, 04 Mar 1999 16:18:02 +0100


At 15:50 04/03/99 , Philip Aylesworth wrote:
>2. The receiving doc (input_html) calls an SQL method (eg input_sql) with
>an in tag.
>
><!--#in input_sql-->
><!--/in-->
>
>If you do a select after your INSERT or UPDATE you can use it between the
>in tags, otherwise you can just display a message or do a redirect after it.

If you don't do anything with the returned data, a #call will suffice:

<!--#call input_sql-->

--
M.J. Pieters, Web Developer
| Antraciet http://www.antraciet.nl
| Tel: +31-35-6254545 Fax: +31-35-6254555
| mailto:mj@antraciet.nl http://www.antraciet.nl/~mj
| PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
------------------------------------------