Conf/Examples/AdpParamExample

From AOLserver Wiki
Revision as of 16:39, 3 January 2012 by Visitatvishal (talk | contribs) (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] …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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]
ns_puts $param_value
%>
</body>
</html>