Hello
The CHM manual for PHP is a very nice tool
when programming with PHP! Congratulations!
The third example is as good as perfect.
Only thing I could find that could be
corrected:
If a function has more than one usage (e.g.
pg_connect) the title "Usage:" is displayed
in the vertical middle (valign="middle" in
HTML) instead of at the top (valign="top").
STATUS QUO --------
int pg_connect ...
int pg_connect ...
Usage: int pg_connect ...
int pg_connect ...
MY SUGGESTION --------
Usage: int pg_connect ...
int pg_connect ...
int pg_connect ...
int pg_connect ...
Christian
--