run my php on iis server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kkshansid
    New Member
    • Oct 2008
    • 232

    run my php on iis server

    i am beginner.
    i want to know how to run my php forms with apache compatibility on iis server.
    i also want to know if php forms could be connected to asp pages as our company's website is running on asp.
    plz reply as other option for me is to learn asp
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    Originally posted by kkshansid
    i am beginner.
    i want to know how to run my php forms with apache compatibility on iis server.
    i also want to know if php forms could be connected to asp pages as our company's website is running on asp.
    plz reply as other option for me is to learn asp
    As far as IIS and PHP:

    Let me google that for you

    a PHP form is not a PHP form. forms are always HTML on the client side. What they submit to can be anything, asp, cgi, php, etc.

    You can have one form submit to an ASP page, and another to a PHP page.



    Dan

    Comment

    • kkshansid
      New Member
      • Oct 2008
      • 232

      #3
      change to be made to connect with ms sql

      i made my prj in
      Server Configuration
      Apache version :Apache/2.0.55 (Win32) PHP version :5.1.2 Loaded extensions :
      bcmath, calendar, com_dotnet, ctype, date, ftp, iconv, odbc, pcre, Reflection, session, libxml, standard, tokenizer, zlib, SimpleXML, dom, SPL, wddx, xml, xmlreader, xmlwriter, apache2handler, mbstring, mssql, mysql, mysqli, PDO, pdo_sqlite, SQLite MySQL version :5.0.18-nt
      my connection with sql is working on my system.
      i remember that i made one change in php.ini file
      now i made my prj and i have to put it on server
      prb is that server runs on iis
      it doesnt connect with sql
      plz inform me what changes to b done to in php.ini to connect with sql server
      Last edited by kkshansid; Dec 1 '08, 10:10 AM. Reason: information not complete

      Comment

      • pbmods
        Recognized Expert Expert
        • Apr 2007
        • 5821

        #4
        Moved to the IIS forum.

        Comment

        • Frinavale
          Recognized Expert Expert
          • Oct 2006
          • 9749

          #5
          What version of IIS are you attempting to run your PHP application on?

          Comment

          Working...