Re: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Leandro Martinez
Where is that? On MySQL, on PHP.ini or on IIS? ""Bill Bolte"" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] Do you have error reporting turned off? -Original Message----- From: Leandro Martinez [mailto:[EMAIL PROTECTED] Sent: Friday, Jun

[PHP-WIN] PHP and MYSQL

2007-06-22 Thread Leandro Martinez
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 con