|
-
Oct 14th, 2001, 03:06 PM
#1
Thread Starter
New Member
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.
-
Oct 15th, 2001, 07:38 AM
#2
Black Cat
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|