|
-
Oct 21st, 2000, 02:46 AM
#1
Thread Starter
Addicted Member
Hi,
what is technique that scripting languages such as PHP and Active Server Pages write directly to the web browser. I know that the differet web servers must support them in order for it to run properly.
Can VB create a scripting language that can read the contents of a file,script it, and then output(write) the result directly to the WEB Browser? If so, how?
I know that VB can sometimes be slow, but can this be done?
I hope that someone understand what i'm trying to say
[Edited by omarswan on 10-21-2000 at 03:49 AM]
-
Oct 21st, 2000, 02:59 AM
#2
Fanatic Member
I think you need to create your own webserver for doing that.
-
Oct 21st, 2000, 10:00 AM
#3
Thread Starter
Addicted Member
Thanks For your reply
Hi,
Thanks For your reply, but thst is not exactly what I want. All I need to know is how scripting languages such as PHP write directly to the browser. Also, can this be done using VB
I think that it has something similar to how Win CGI programs that are created using VB.
-
Oct 21st, 2000, 02:56 PM
#4
Addicted Member
Yes, it is WinCGI and I've done it before with VB - point is that you must just include another module in your vb program and all the things (procedures) you do must write in module(s) - you just call apropriate procedures (constants) that are in included 3rd party module.
There is also activex DLL for that, but you have to pay for it (it has cookies and some other things that are not in module I used).
If you need further assistance, contact me via e-mail
Zvonko Bostjancic
Ilirska Bistrica, Slovenia
[email protected]
Using VS6 Professional with SP3
Programming mostly in VB and I've started to learn VC++ & MFC
-
Oct 21st, 2000, 07:08 PM
#5
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
|