Results 1 to 2 of 2

Thread: Problems with CGI programming and PowerBasic 3.5

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2001
    Posts
    2

    Problems with CGI programming and PowerBasic 3.5

    I use Power Basic 3.5.
    While it is no problem to generate HTML pages via stdout i have no idea how to retrieve given parameters (from HTML form to my CGI program). Command$ does not work, environ$(QUERY_STRING) gives a null string.

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    If the form is submitted via GET, the QUERY_STRING environmental variable should be set. If it's by POST, I think that comes in with standard input.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width