>I have written an simple WebServer and know I wanna build in PHP support. My >first try was to run php with the path to my Script as an Variable and get >the result. This method works corectly, but I think that's not a real good >way to do that (for example I dontknow how to send Variables to the Script). > >How could I do that in VB?! Do you know any OpenSource app >where this is done before?
After you posting a form you can get the variables with VBS at the server side like this: Fubar = Request.Form("<variable name>") IS that was you were asking for? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]