Commit graph

4 commits

Author SHA1 Message Date
tokul
60435fc01f Don't use htmlentities() to sanitize input/output.
It breaks things outside of Western Europe/US.

Changing functions to use htmlspecialchars(). It still breaks things
in compose, when is_conversion_safe($charset)=true.

at least it breaks less.
2004-04-08 17:09:58 +00:00
jangliss
e4f6cc3969 Password can accept a value as well. 2004-03-31 16:04:53 +00:00
Thijs Kinkhorst
14cc9f11af Add form functions for password, submit and reset. 2004-03-31 11:46:28 +00:00
Thijs Kinkhorst
f6df87c185 Functions to build HTML forms.
I've created this for another project of mine, and think they come in useful
here. They are kept simple on purpose. Advantage is less typing
[eg addHidden('startMessage', $startMessage)] and everything is encoded
automatically. Could be extended with submit/reset and other form elts
not covered yet.
2004-03-28 14:35:37 +00:00