Difference between revisions of "Conf/Examples/AdpParamExample"

From AOLserver Wiki
Jump to navigation Jump to search
(Created page with ' part of CGI Config Examples <html> <head><title>Testing of ADP</title></head> <body> <% set r [ns_conn form $conn] set param_value [ns_set get $r foo] …')
 
Line 1: Line 1:
[[Conf/Examples| part of CGI Config Examples]]
+
[[Conf/Examples/AdpConfig| part of ADP Config Examples]]
  
 
  <html>
 
  <html>

Revision as of 09:34, 4 January 2012

part of ADP Config Examples

<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>