| View previous topic :: View next topic |
| Author |
Message |
Jason Guest
|
Posted: Wed Jul 20, 2005 1:33 am Post subject: Re: Web browser that supports php |
|
|
Maybe you misunderstood me. I said: a web server for Delphi 7
Means I can put it inside my existing application, in my exe. Like
realthinclient. Any other besides realthinclient?
Jason
"Scott Mason" <smason (AT) miNOndlSPAMess (DOT) com> wrote
|
|
| Back to top |
|
 |
Magnus Guest
|
Posted: Wed Jul 20, 2005 1:18 pm Post subject: Re: Web browser that supports php |
|
|
Jason wrote:
| Quote: | Is there any Web Browser for delphi that supports php?
|
??? Web browers don't support PHP, Webservers do.
--
Magnus
|
|
| Back to top |
|
 |
Srinivasan Iyer Guest
|
Posted: Wed Jul 20, 2005 2:10 pm Post subject: Re: Web browser that supports php |
|
|
Look into www.realthinclient.net.
Srini.
"Jason" <jason851 (AT) hotmail (DOT) com> wrote
| Quote: | Sorry Web Server I mean
"Magnus" <magnus.titho (AT) _removethis_kdv-dt (DOT) de> wrote in message
news:42de4f0e$1 (AT) newsgroups (DOT) borland.com...
Jason wrote:
Is there any Web Browser for delphi that supports php?
??? Web browers don't support PHP, Webservers do.
--
Magnus
|
|
|
| Back to top |
|
 |
Brian Moelk Guest
|
Posted: Wed Jul 20, 2005 3:10 pm Post subject: Re: Web browser that supports php |
|
|
| Quote: | Sorry Web Server I mean
|
http://members.chello.be/ws36637/php4delphi.html
Haven't tried it, but this is the most referred to link for PHP/Delphi
integration. Should be able to hook up any webserver you like.
--
Brian Moelk
[email]bmoelk (AT) NObrainendeavorSPAM (DOT) FORc[/email]omME
http://www.brainendeavor.com
|
|
| Back to top |
|
 |
Francois Malan Guest
|
Posted: Wed Jul 20, 2005 3:37 pm Post subject: Re: Web browser that supports php |
|
|
Jason wrote:
| Quote: | Sorry Web Server I mean
"Magnus" <magnus.titho (AT) _removethis_kdv-dt (DOT) de> wrote in message
news:42de4f0e$1 (AT) newsgroups (DOT) borland.com...
Jason wrote:
Is there any Web Browser for delphi that supports php?
??? Web browers don't support PHP, Webservers do.
-- Magnus
|
I have installed php 5 with success on IIS5, IIS6 and Apache 1.x and 2.x
On a Windows 2003 box, you must give execute permissions inside IIS to
the php DLL.
|
|
| Back to top |
|
 |
C4D - Kim Madsen Guest
|
Posted: Wed Jul 20, 2005 5:25 pm Post subject: Re: Web browser that supports php |
|
|
Hi,
Check www.snugserver.com
Supports PHP, ASP.Net and more for its webserver part.
Also contains lots of other nice servers which you can enable/disable at will.
--
best regards
Kim Madsen
[email]kbm (AT) components4developers (DOT) com[/email]
www.components4developers.com
The best components for the best developers
kbmMW - kbmMemTable - kbmWABD - kbmX10
"Jason" <jason851 (AT) hotmail (DOT) com> skrev i en meddelelse news:42de5755 (AT) newsgroups (DOT) borland.com...
| Quote: | Sorry Web Server I mean
"Magnus" <magnus.titho (AT) _removethis_kdv-dt (DOT) de> wrote
Jason wrote:
Is there any Web Browser for delphi that supports php?
??? Web browers don't support PHP, Webservers do.
--
Magnus
|
|
|
| Back to top |
|
 |
Danijel Tkalcec (RealThin Guest
|
Posted: Wed Jul 20, 2005 5:35 pm Post subject: Re: Web browser that supports php |
|
|
www.realthinclient.com
* RTC WebServer - supports PHP and ISAPI, written in Delphi.
--
Danijel Tkalcec
RealThinClient Components
http://www.realthinclient.com
"Jason" <jason851 (AT) hotmail (DOT) com> wrote
| Quote: | Is there any Web Browser for delphi that supports php?
Thanks
|
|
|
| Back to top |
|
 |
Scott Mason Guest
|
Posted: Wed Jul 20, 2005 7:06 pm Post subject: Re: Web browser that supports php |
|
|
Jason wrote:
Scott
|
|
| Back to top |
|
 |
Brian Moelk Guest
|
Posted: Wed Jul 20, 2005 7:55 pm Post subject: Re: Web browser that supports php |
|
|
| Quote: | Maybe you misunderstood me. I said: a web server for Delphi 7
Means I can put it inside my existing application, in my exe. Like
realthinclient. Any other besides realthinclient?
|
Danijel can confirm, but I believe that RTC uses the PHP4Delphi stuff I
posted earlier. So theoretically one could make any Socket Server in Delphi
support PHP (Indy, ICS, DXSock, etc).
--
Brian Moelk
[email]bmoelk (AT) NObrainendeavorSPAM (DOT) FORc[/email]omME
http://www.brainendeavor.com
|
|
| Back to top |
|
 |
Danijel Tkalcec (RealThin Guest
|
Posted: Wed Jul 20, 2005 9:10 pm Post subject: Re: Web browser that supports php |
|
|
I can confirm that I use a modified version of PHP4Delphi.
My modifications are to make PHP4Delphi work in multithreaded mode, able to
handle unlimited number of requests at the same time. The original
PHP4Delphi version can only handle a single request at a time, which means
that it can not be used in a multithreaded environment.
--
Danijel Tkalcec
RealThinClient Components
http://www.realthinclient.com
|
|
| Back to top |
|
 |
Danijel Tkalcec (RealThin Guest
|
Posted: Wed Jul 20, 2005 9:36 pm Post subject: Re: Web browser that supports php |
|
|
Btw ...
PHP Provider is only one plug-in for the RTC Server.
RTC Messenger is another ready-to-use plug-in.
You can easily write plug-ins for RTC by using RTC components and
implementing a few events.
You can compile RTC Server plug-ins into a stand-alone server executable or
into an ISAPI dll extension, without making any modifications to your code.
All RTC plug-ins can be used alone or in combination with other RTC
plug-ins, so you can build your server (stand-alone or ISAPI) with all the
functionality you require, simply by using RTC plug-ins as your building
blocks.
--
Danijel Tkalcec
RealThinClient Components
http://www.realthinclient.com
|
|
| Back to top |
|
 |
Jason Guest
|
Posted: Wed Jul 20, 2005 11:18 pm Post subject: Web browser that supports php |
|
|
Is there any Web Browser for delphi that supports php?
Thanks
|
|
| Back to top |
|
 |
Jason Guest
|
Posted: Wed Jul 20, 2005 11:55 pm Post subject: Re: Web browser that supports php |
|
|
Sorry Web Server I mean
"Magnus" <magnus.titho (AT) _removethis_kdv-dt (DOT) de> wrote
| Quote: | Jason wrote:
Is there any Web Browser for delphi that supports php?
??? Web browers don't support PHP, Webservers do.
--
Magnus
|
|
|
| Back to top |
|
 |
Francois Malan Guest
|
Posted: Thu Jul 21, 2005 6:45 am Post subject: Re: Web browser that supports php |
|
|
Danijel Tkalcec (RealThinClient) wrote:
| Quote: | I can confirm that I use a modified version of PHP4Delphi.
My modifications are to make PHP4Delphi work in multithreaded mode,
able to handle unlimited number of requests at the same time. The
original PHP4Delphi version can only handle a single request at a
time, which means that it can not be used in a multithreaded
environment.
|
Hi Danijel,
Are these major changes? Is there any chance of you making those
changes available, or maybe provide a few pointers as to what one
should change?
Thank you.
|
|
| Back to top |
|
 |
Danijel Tkalcec (RealThin Guest
|
Posted: Thu Jul 21, 2005 11:18 am Post subject: Re: Web browser that supports php |
|
|
"Francois Malan" wrote:
| Quote: | Are these major changes?
|
Well, yes. The modified version is tightly coupled with the RTC Core
library, reduced to the PHP scripting part and extended with things you need
to use PHP scripting from a multithreaded webserver.
| Quote: | Is there any chance of you making those
changes available, or maybe provide a few pointers as to what one
should change?
|
They are already available as part of the RTC Core library.
RTC Core library comes with full source code,
which includes a WebServer capable of serving PHP files.
--
Danijel Tkalcec
RealThinClient Components
http://www.realthinclient.com
|
|
| Back to top |
|
 |
|