Difference between revisions of "Conf/Examples/AdpParamExample"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
− | + | ---- | |
− | + | To use with the example config, save the file to: | |
/var/www/vhost1/test.adp | /var/www/vhost1/test.adp |
Revision as of 09:33, 5 January 2012
<html> <head><title>Testing of ADP</title></head> <body> <% set r [ns_conn form $conn] set param_value [ns_set get $r foo] ns_puts $param_value %> </body> </html>
To use with the example config, save the file to:
/var/www/vhost1/test.adp