Difference between revisions of "Conf/Examples/AdpExample"

From AOLserver Wiki
Jump to navigation Jump to search
(Created page with ' <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>')
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Conf/Examples/AdpConfig| part of ADP Config Examples]]
 +
 
  <html>
 
  <html>
 
  <head><title>Testing of ADP</title></head>
 
  <head><title>Testing of ADP</title></head>
Line 9: Line 11:
 
  </body>
 
  </body>
 
  </html>
 
  </html>
 +
 
 +
 
 +
----
 +
To use with the example config, save the file to:
 +
  /var/www/vhost1/test.adp

Latest revision as of 09:34, 5 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>
 
 

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

 /var/www/vhost1/test.adp