|
-
Jun 28th, 2000, 04:01 AM
#1
Thread Starter
Junior Member
I have heard that visual basic can be used for CGI scripts. I have searched the VB5 help, but it has nothing about CGI scripts. Does anyone know if VB can be used to make CGI scripts, and if it is, how would I go about making one? Thank you for your time!
Daniel K
-
Jun 30th, 2000, 12:59 PM
#2
New Member
I think how this works is the host server must have the windows scripting host installed and the web server must be configured to accept vb script files as executables.
-
Jul 1st, 2000, 10:14 AM
#3
Monday Morning Lunatic
It can, without being used under WHS. Either use ASP, or take a look at CGI4VB (do a search).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jul 1st, 2000, 11:07 AM
#4
You can emulate CGI usage.. and yes it is possible without using ASP or all that ****.. BUT BUT BUT (there's always buts) The host server needs to be Windows XX and also it needs to have the VB runtime files...
I've successfully used Qbasic to make CGI scripts.. so you see it's possible..
the thing is that when you use VB you need to first of all make it return everything in a console instead of a window.. and usually you use the "print" command instead of writing some **** on the form.. infact you don't use forms... I don't have much info at this time..
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
|