[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-windows
Subject:    RE: [PHP-WIN] PHP and MYSQL
From:       "Bill Bolte" <billb () hightouchinc ! com>
Date:       2007-06-22 14:24:35
Message-ID: 013FC758865CF645976E313AEB6A709904DCC1CB () htmail ! hightouchinc ! com
[Download RAW message or body]

Php.ini, but you can override it in the page with: error_reporting(E_ALL); 

-----Original Message-----
From: Leandro Martinez [mailto:leandro@extranets.unsam.edu.ar] 
Sent: Friday, June 22, 2007 9:12 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP and MYSQL

Where is that?
On MySQL, on PHP.ini or on IIS?



""Bill Bolte"" <billb@hightouchinc.com> escribió en el mensaje 
news:013FC758865CF645976E313AEB6A709904DCC1C8@htmail.hightouchinc.com...
Do you have error reporting turned off?

-----Original Message-----
From: Leandro Martinez [mailto:leandro@extranets.unsam.edu.ar]
Sent: Friday, June 22, 2007 8:23 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP and MYSQL

Hello. I just instaled PHP and MySQL on IIS.
Then from any php file I try to conect to the mysql server and nothing
happends.  I just get an empty page. All white.  No data and no error!

This is the code

$link = mysql_connect('localhost', '[user]', '[pass]');
if (!$link) {
    die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);


Can anyone help me?

Thanks

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic