Connecting Tech Pros Worldwide Help | Site Map

run my php on iis server

Familiar Sight
 
Join Date: Oct 2008
Posts: 128
#1: Dec 1 '08
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's Avatar
Expert
 
Join Date: Dec 2007
Location: Moon, Dark Side
Posts: 1,095
#2: Dec 1 '08

re: run my php on iis server


Quote:

Originally Posted by kkshansid View Post

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
Familiar Sight
 
Join Date: Oct 2008
Posts: 128
#3: Dec 1 '08

re: run my php on iis server


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
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435
#4: Dec 2 '08

re: run my php on iis server


Moved to the IIS forum.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,083
#5: Dec 4 '08

re: run my php on iis server


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