Install question - new to PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ahmbrahmasmi@gmail.com

    Install question - new to PHP

    Hi,

    I am new to PHP and just trying to eveluate if it will suit my
    purposes. I have apache installed with cgi perl scripts delivering web
    pages to IE browser. I want to see if I can use PHP to generate report
    pages for the same tool from Sybase data. That is, cgi scripts and PHP
    should co-exist delivering pages to the same browser tool.

    Should I install PHP on the Solaris server in cgi more or as apache
    module ? If I use the apache module option can I still have the
    existing cgi perl scripts working along with it ?

    Thanks
    MR

  • Steve

    #2
    Re: Install question - new to PHP


    <ahmbrahmasmi@g mail.comwrote in message
    news:a39cebad-53cc-417a-9809-9557c8da168e@e1 0g2000prf.googl egroups.com...
    Hi,
    >
    I am new to PHP and just trying to eveluate if it will suit my
    purposes. I have apache installed with cgi perl scripts delivering web
    pages to IE browser. I want to see if I can use PHP to generate report
    pages for the same tool from Sybase data. That is, cgi scripts and PHP
    should co-exist delivering pages to the same browser tool.
    >
    Should I install PHP on the Solaris server in cgi more or as apache
    module ? If I use the apache module option can I still have the
    existing cgi perl scripts working along with it ?
    i'd use php as a module. and yes, cgi perl script can merrily co-exist.


    Comment

    Working...