Re: [PHP-WIN] RE: Still with problems

2007-06-22 Thread bedul
don't forget to restart your server?? - Original Message - From: "Niel Archer" <[EMAIL PROTECTED]> To: Sent: Friday, June 22, 2007 11:13 PM Subject: Re: [PHP-WIN] RE: Still with problems > Hi > > As Stut has already pointed out, make sure that displaying errors is > enabled. It does no

Re: [PHP-WIN] RE: Still with problems

2007-06-22 Thread Niel Archer
Hi As Stut has already pointed out, make sure that displaying errors is enabled. It does no good to use: error_reporting(E_ALL); if the reports aren't displayed. This needs to be done with the php.ini directive 'display_errors' (details here http://uk2.php.net/manual/en/ref.errorfunc.php#

[PHP-WIN] RE: Still with problems

2007-06-22 Thread Bill Bolte
Hmm, not sure... -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 9:33 AM To: Bill Bolte Subject: Still with problems Hello there. Sorry to bother you, but nothing happends here. Here is all the code: "; echo ""; echo ""; } mysql_clos

RE: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Bill Bolte
Php.ini, but you can override it in the page with: error_reporting(E_ALL); -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] 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

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, June 22, 2007 8:23 AM To: php-window

Re: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Stut
Bill Bolte wrote: Do you have error reporting turned off? And/or display_errors? -Stut -- http://stut.net/ -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 8:23 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP and MYSQL Hello.

RE: [PHP-WIN] PHP and MYSQL

2007-06-22 Thread Bill Bolte
Do you have error reporting turned off? -Original Message- From: Leandro Martinez [mailto:[EMAIL PROTECTED] 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 cone

[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