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
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