Conf/Examples/AdpParamExample

From AOLserver Wiki
Jump to navigation Jump to search

part of ADP Config Examples

<html>
<head><title>Testing of ADP</title></head>
<body>
<% 
set ns_set [ns_conn form]
set param_value [ns_set get $ns_set foo]
ns_puts $param_value
%>
</body>
</html>
 
 
 

To use with the example config, save the file to:

 /var/www/vhost1/test.adp