OH MY GOODNESS!
There's actually someone else doing what I'm doing?!?!?!?
One of the problems I've encounter with PHP and Oracle on IIS on Win is the
following:
As CGI, PHP must establish a connection to PHP on every call (full login)
which slows the process CONSIDERABLY OCIPLogon is usele
I had very good results with Apache and CGI.
For Oracle and other DB, use the database class library ADODB:
http://php.weblogs.com/ADODB
Alain
On Thu, Aug 30, 2001 at 09:09:03AM -0400, Sridhar Moparthy wrote:
> Hi Friends,
>
> I am kind of new to PHP.
> I am planning to install PHP4 on Windows