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
3 replies to this topic
#1
Posted 08 March 2011 - 01:00 PM
|
|
|
#2
Posted 08 March 2011 - 01:33 PM
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
I study Information Systems at Karlstad University when I'm not on CodeCall
#3
Posted 08 March 2011 - 07:37 PM
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
Thank you
#4
Posted 08 March 2011 - 11:08 PM
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
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.
To enable oracle, change the row
;extension=php_oci8.dllto
extension=php_oci8.dlland 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
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


Sign In
Create Account


Back to top









