Server Technology PPNT User Manual Page 12

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 11
CGI Examples(1/7)
Example 1:
Hello World: CGI as UNIX shell script
GET method, no parameters from client
Write HTML to st dout
#!/bin/sh
# send http-header and a newline afterwards:
echo "Content-Type: text/html"
echo ""
(12/95)
Page view 11
1 2 ... 7 8 9 10 11 12 13 14 15 16 17 ... 94 95

Comments to this Manuals

No comments