Re: Running PHP in custom www server app
From: Paavo Helde (paavo_at_ebi.ee)
Date: 09/15/04
- Next message: Jaunty Edward: "Re: inserting files text from DIR to MySQL"
- Previous message: Ray Torres: "Re: Roll Your Own PHP Based Website?"
- In reply to: Nikolai Chuvakhin: "Re: Running PHP in custom www server app"
- Next in thread: Nikolai Chuvakhin: "Re: Running PHP in custom www server app"
- Reply: Nikolai Chuvakhin: "Re: Running PHP in custom www server app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 14 Sep 2004 23:54:47 -0700
nc@iname.com (Nikolai Chuvakhin) wrote in message news:<32d7a63c.0409131438.7ae34af6@posting.google.com>...
> Paavo Helde <nospam@ebi.ee> wrote in message
> news:<Xns956367777B802paavo256@194.126.101.124>...
> >
> > We are developing a (Win32) C++ application which among other things is
> > able to generate some HTML pages and send them to an HTML client (in the
> > same app actually). Now for more flexibility we would like to filter the
> > generated pages through PHP.
>
> Please clarify what you are referring to as "filtering" pages through
> PHP. It sounds like you want to generate PHP code to be executed, but
> I am not sure...
>
> Also, you forgot to mention what HTTP server you are using... PHP can
> be deployed on a variety of servers, quite often in more than one way
> (CGI binary vs. module on Apache, CGI executable vs. ISAPI module on
> IIS)...
Sorry if I was unclear. There is no HTTP server, nor can we make use
of one as the app will be distributed to end users who don't have it
anyway.
Instead, our app itself acts as a HTTP server. It listens on some port
and provides HTML pages for the CHtmlView controls sitting in the same
app. It's quite easy as there is (almost) no question of security,
transaction speed, support of n+1 protocols, etc. However, now has
arisen a need to add PHP support to our "server"...
Regards
Paavo
- Next message: Jaunty Edward: "Re: inserting files text from DIR to MySQL"
- Previous message: Ray Torres: "Re: Roll Your Own PHP Based Website?"
- In reply to: Nikolai Chuvakhin: "Re: Running PHP in custom www server app"
- Next in thread: Nikolai Chuvakhin: "Re: Running PHP in custom www server app"
- Reply: Nikolai Chuvakhin: "Re: Running PHP in custom www server app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|