Re: [PHP-WIN] Headers Already Sent - How To Overcome????

2004-11-03 Thread Sudeep
Hi, Add this line at the top of the page: Your problem will be solved. ...SuDeEp... MikeA <[EMAIL PROTECTED]> wrote: I am trying to do the following header ("Location: wlserver/index.php?userKey=$userKey&show=$userKey"); but I keep getting Warning: Cannot modify header information - he

[PHP-WIN] Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result

2004-11-03 Thread kutuu
Hello everyone. I have managed to solve my connection problem. Thanks to everyone who has been helpfull. I will write a file explaining what I have had to do for them (mysql-apache2-php5-phpmyadmin) to work. Meanwhile I have a problem. Phpmyadmin has this message at the bottom of its index page.

RE: [PHP-WIN] Headers Already Sent - How To Overcome????

2004-11-03 Thread Vail, Warren
Any "echo" or "print" statements executed prior to executing the header statement (such as displaying variables for debugging) will cause this to occur. The line number mentioned in the warning message should tell you which statement actually produced output prior to the header (if there are sever

[PHP-WIN] Headers Already Sent - How To Overcome????

2004-11-03 Thread MikeA
I am trying to do the following header ("Location: wlserver/index.php?userKey=$userKey&show=$userKey"); but I keep getting Warning: Cannot modify header information - headers already sent by ... The code on the header line above is not executing so I am assuming the previous headers being sen

RES: [PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Rafael Soares
I tried it and I had no results. Now, I installed MySQL 4.1.7, reinstalled MYSQLX and put the libmysql.dll into the PHP install path. The error chaged to: (...) The specified *procedure* could not be found. -Mensagem original- De: Murray @ PlanetThoughtful [mailto:[EMAIL PROTECTED] Envi

RE: [PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Murray @ PlanetThoughtful
> I´m sorry, it was a typing error in the e-mail. :] > > Here is the error message *as it appears in the page*: > > PHP Warning: PHP Startup: Unable to load dynamic library > './ext/php_mysql.dll' - Não foi possível encontrar o módulo especificado. > in > Unknown on line 0 Hi Rafael, A Google s

RES: [PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Rafael Soares
I´m sorry, it was a typing error in the e-mail. :] Here is the error message *as it appears in the page*: PHP Warning: PHP Startup: Unable to load dynamic library './ext/php_mysql.dll' - Não foi possível encontrar o módulo especificado. in Unknown on line 0 -Mensagem original- De: Murray

RE: [PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Murray @ PlanetThoughtful
> Restarted IIS, restarted the computer and so on... And many times! > > > When I open the page, I receive the message: “PHP Startup: Unable to > load > > dynamic library ‘./ext/php/_mysql.dll’ – Can’t find the specified > module”. > > I > > don’t know if this is the exact message, because the ori

RES: [PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Rafael Soares
Restarted IIS, restarted the computer and so on... And many times! -Mensagem original- De: Murray @ PlanetThoughtful [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 3 de novembro de 2004 12:13 Para: 'Rafael Soares'; [EMAIL PROTECTED] Assunto: RE: [PHP-WIN] Cannot load the mysql librar

[PHP-WIN] Cannot load the mysql library

2004-11-03 Thread Rafael Soares
Hello people! I’m using PHP 5.0.2, IIS 5.1 running on WinXP Pro. But the installer for IIS don’t install the MySQL functions library and, after installing the MYSQLX.exe (http://dev.mysql.com/get/Downloads/Contrib/MYSQLX.EXE/from/pick), I copied the php_mysql.dll from the PHP 5.0.2 ZIP file

Re: [PHP-WIN] apache config question

2004-11-03 Thread Luis Moreira
phpWalter wrote: How do I set up permission to access folders and not only specific files in these folders with apache...? I can't find the correct line in httpd.conf Folder and file access is controled at the OS level. Walter No it isn't. Or better, it is, but that is not relevant here. Yo

Re: [PHP-WIN] apache config question

2004-11-03 Thread phpWalter
> How do I set up permission to access folders and not only specific files > in these folders with apache...? I can't find the correct line in > httpd.conf Folder and file access is controled at the OS level. Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:/