VB.NET with php

  • Thread starter Thread starter pek
  • Start date Start date
P

pek

Is there a way to send via .NET a php script to php.exe and get the
resulting page..?
Is it possible to do this without having the user to install Apache
(and better, without even installing php)..?
I want my VB.NET app to produce some php code and the user can see a
preview before uploading it.
 
You don't sent a php script to php.exe, you request a php script that is
on a web server through a web browser object. VB.Net can easily
interact with php on a web server, you can even do a put or get with all
kinds of parameters, and receive the results. I recommend getting a
good book on php first, so you can see how that actually functions.

T
 
Back
Top