Modular Software - Home PicLan-IP - Home

8.  Controlling HTML Quoting

Normally, when an element is merged into an HTML document, it's value is automatically HTML "quoted" so that characters such as < and > will display properly. If you wish to have your basic program generate HTML tags, this quoting process will prevent your tags from being interpreted. For this purpose, you can specify your insert as RAW(...) which will prevent the quoting from occuring. If you do this, it is your program's responsibility to quote the characters using the PL_QUOTE(...) function.

1 2 3 4 5 6 7 8 9 10 11 12

Modular Software - Home PicLan-IP - Home