BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Web browser that supports php
Goto page 1, 2  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General)
View previous topic :: View next topic  
Author Message
Jason
Guest





PostPosted: Wed Jul 20, 2005 1:33 am    Post subject: Re: Web browser that supports php Reply with 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?

Jason

"Scott Mason" <smason (AT) miNOndlSPAMess (DOT) com> wrote

Quote:
Jason wrote:
Sorry Web Server I mean

I'm a big fan of OmniHTTPd from http://www.omnicron.ca/

Scott



Back to top
Magnus
Guest





PostPosted: Wed Jul 20, 2005 1:18 pm    Post subject: Re: Web browser that supports php Reply with quote



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





PostPosted: Wed Jul 20, 2005 2:10 pm    Post subject: Re: Web browser that supports php Reply with quote



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





PostPosted: Wed Jul 20, 2005 3:10 pm    Post subject: Re: Web browser that supports php Reply with quote

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





PostPosted: Wed Jul 20, 2005 3:37 pm    Post subject: Re: Web browser that supports php Reply with quote

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





PostPosted: Wed Jul 20, 2005 5:25 pm    Post subject: Re: Web browser that supports php Reply with quote

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





PostPosted: Wed Jul 20, 2005 5:35 pm    Post subject: Re: Web browser that supports php Reply with quote

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





PostPosted: Wed Jul 20, 2005 7:06 pm    Post subject: Re: Web browser that supports php Reply with quote

Jason wrote:
Quote:
Sorry Web Server I mean

I'm a big fan of OmniHTTPd from http://www.omnicron.ca/


Scott

Back to top
Brian Moelk
Guest





PostPosted: Wed Jul 20, 2005 7:55 pm    Post subject: Re: Web browser that supports php Reply with quote

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





PostPosted: Wed Jul 20, 2005 9:10 pm    Post subject: Re: Web browser that supports php Reply with 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.

--
Danijel Tkalcec

RealThinClient Components
http://www.realthinclient.com


Back to top
Danijel Tkalcec (RealThin
Guest





PostPosted: Wed Jul 20, 2005 9:36 pm    Post subject: Re: Web browser that supports php Reply with quote

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





PostPosted: Wed Jul 20, 2005 11:18 pm    Post subject: Web browser that supports php Reply with quote

Is there any Web Browser for delphi that supports php?

Thanks


Back to top
Jason
Guest





PostPosted: Wed Jul 20, 2005 11:55 pm    Post subject: Re: Web browser that supports php Reply with quote

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





PostPosted: Thu Jul 21, 2005 6:45 am    Post subject: Re: Web browser that supports php Reply with quote

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





PostPosted: Thu Jul 21, 2005 11:18 am    Post subject: Re: Web browser that supports php Reply with quote

"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
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.