blob: 4d33bb7b1601bcf13b2da872844fdddb197d8ac7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
FxHTML adds an additional layer of extremely powerful HTML commands to
your web server.
FxHTML has the following features:
+ Automatic session/context handling
+ Method POST & Method GET automatically handled
+ Choice of Content Types (HTML,TEXT,...)
+ Floating point expression handling
+ Text handling including search and replace, splitting, substrings and
arrays.
+ Variable subsitution
+ Disk based variable handling
+ Procedure calls including recursion capabilities
+ Looping constructs
+ Database handling including searching facilities and form generation
+ Email handling
+ File handling
+ Interface to shell commands
+ Bitmap handling and GIF generation
+ Full error tracking system with formatted HTML output
+ Common interface to handle files, sockets, devices and pipes.
|