blob: f83eb101ffb239f9fd1c54ed2e3f47f4d02c3fc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
FxHTML adds an additional layer of extremely powerful HTML commands to
your web server.
HTML 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. (*)
WWW: http://www.cybercities.net/fxhtml
|