VB.NET with php

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.
 
T

tomb

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top