After installing PHP and a web server on Windows, you will probably want to install some extensions for added functionality. You can choose which extensions you would like to load when PHP starts by modifying your php.ini. You can also load a module dynamically in your script using dl. This article will walk you through with the help of many images how to install IIS, PHP and MySQL for PhpGedView. When finished, you will have your own web server which you can use privately at home as a test web server or even go online and let your family members connect to your PhpGedView installation. Microsoft Windows installation. Quick question, im following thesesteps to install the php/mysql onto my existing iis 5 server running on a windows 2000 sbs server i have here. Im wanting to add a moodle website to my server, in addition to my existing websites already on the server. Run your favorite PHP applications on IIS today! Install PHP Now. Top web apps: Wordpress Install; Acquia Drupal Install; Joomla Install; Browse the gallery. Running PHP on IIS. Increase the performance of PHP applications running on Windows Server with the Windows Cache Extension for PHP. Use the Microsoft Rewrite Module.

  1. Mysql Module Php
  2. Php
  3. Install Mysql Module Php Windows Iis Server
  4. Install Php Mysql Windows

Mysql Module Php

Active1 year, 4 months ago

I am trying to run mysqli on my remote windows server and I keep getting this error

Fatal error: Call to undefined function mysqli_connect()

I assume mysqli is not installed on my remote server. So how do I install mysqli on my remote server.

Nasreddine
28.6k15 gold badges65 silver badges88 bronze badges
SibuIisSibu
4,0921 gold badge19 silver badges37 bronze badges

2 Answers

mysqli is a PHP extension. So all you have to do is enable that extension in your php.ini file.

Uncomment:

To:

Windows

If using a share hosting account, you may have to create a .htaccess and point it to your own copy of php.ini.

To do that, you could try the following: Hp wireless printing upgrade kit download windows 7.

  • If php is installed as a module: In your .htaccess put SetEnv PHPRC /location/todir/containing/phpinifile

  • If php is installed as a cgi extension, put your php.ini in the cgi-bin folder.

  • For some hosts, you can also just put your php.ini in the folder where you would usually put your .htaccess files.

Php

F21F21
19.1k21 gold badges79 silver badges145 bronze badges

(Working on windows)

I was facing exactly the same issue.

In my case, the problem was that I had saved the php.ini file as a text file. As soon as I converted the text file to 'All Files' in notepad and gave it the '.ini' extension, it became a 'Configuration Settings File' and it worked.

You may check if this is the case by going through the loaded configuration file row in phpinfo(). If the value is 'none', you may be facing a similar issue.

Note: I had already uncommented the extensions and fixed the extension directory.

Install Mysql Module Php Windows Iis Server

nyi
2,4153 gold badges15 silver badges37 bronze badges
Shubham GoyalShubham Goyal

Install Php Mysql Windows

Not the answer you're looking for? Browse other questions tagged mysqlinstallation or ask your own question.