Jump to content

PHP + IIS + MySQLi = blank page?


weebulgirl

Recommended Posts

Hi,

I just got a new laptop installed with Windows Vista Ultimate. I have installed IIS7, PHP5, and MySQL5. When I try to execute code such as:

 

$dbc = @mysqli_connect(DB_HOST, $_POST['user'], $_POST['pass'])

    OR die ("<p>The system could not log you in.</p>".loginform());

 

The site simply displays a blank page.

 

Any ideas what is going on here? I can't tell if it is a problem with IIS, PHP, or MySQL, or some combination of that. The page worked fine on my previous computer which was XP.  Any help is really appreciated as I will lose access to my old computer in a few days.

Link to comment
https://forums.phpfreaks.com/topic/120417-php-iis-mysqli-blank-page/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.