Jump to content

I need help on IIS 6.0 Installation

- - - - -

  • Please log in to reply
3 replies to this topic

#1
mutago

mutago

    Programmer

  • Members
  • PipPipPipPip
  • 102 posts
Please Mr. Alexander, I need Help on How to install php 5, IIS 6.0 and mysql Database on either window Xp or window server 2003. I have tried it for days now but no positive result. Thanks

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
  • Location:Karlstad, Sweden
  • Programming Language:C, Java, C++, C#, PHP, JavaScript, Pascal
  • Learning:Java, C#
You need to run it on IIS 6? otherwise, a package like xampp will install perfectly on either of those operating systems with apache, php and mysql in one installation. You just have to uninstall IIS 6 first.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
mutago

mutago

    Programmer

  • Members
  • PipPipPipPip
  • 102 posts
Thanks Mr. Orjan. What if i want to develop my php applicatons in Oracle and Mssql database 2008, can this XAMMP package work or is there any other package or dependecy files that can do that.
Thank you

#4
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
  • Location:Karlstad, Sweden
  • Programming Language:C, Java, C++, C#, PHP, JavaScript, Pascal
  • Learning:Java, C#
It will work fine, but you have to enable the oracle and mssql support in php by editing it's php.ini and remove it's comment mark on each row.
To enable oracle, change the row
;extension=php_oci8.dll
to
extension=php_oci8.dll
and the same with
;extension=php_mssql.dll

To make it work right, you might need to change some parameters in the [OCI8] part of the ini file, but try without change it first.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users