Difference between revisions of "Conf/Examples/AdpExample"

From AOLserver Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
  </body>
 
  </body>
 
  </html>
 
  </html>
 +
 
 +
 
 +
  ---------------------------------------------------------------------------------
 +
  Save the file at below location:
 +
  /var/www/vhost1/test.adp

Revision as of 09:54, 4 January 2012

part of ADP Config Examples

<html>
<head><title>Testing of ADP</title></head>
<body>
 Hi, This is a ADP file testing....
<% 
set name "Welcome Foo Bar"
ns_puts $name
%>
</body>
</html>
 
 
 ---------------------------------------------------------------------------------
 Save the file at below location:
 /var/www/vhost1/test.adp