[PHP-WIN] MySQL problems...

2001-12-30 Thread VivoAnt
Thanks for the help on my previous question :) I got it to work finally :) After I did everything I tried to upload phpmyadmin to my server. I tried accessing the page but I got this error: Error MySQL said: Access denied for user: 'root@localhost' (Using password: NO) I'm not sure what th

Re: [PHP-WIN] MySQL problems...

2001-12-30 Thread David Elliott
Hi VivoAnt On 30 December 2001 at 01:02:22 -0800 (which was 09:02 where I live) VivoAnt rearranged electrons to get V> Thanks for the help on my previous question :) I got it to work finally V> :) After I did everything I tried to upload phpmyadmin to my server. I V> tried accessing the page but

Re: [PHP-WIN] MySQL problems...

2001-12-30 Thread Pac mon
My guess is that you have a password set for the root user in Mysql, but (from the error statement) I can see that a password was not sent to Mysql for verification. That being neccessary, of course. I believe David is referring the the exact variables in phpMyAdmin that would hold the value in

[PHP-WIN] Performance tuning #2

2001-12-30 Thread Peter Illes
Hi, This is the second post of this problem since I did not get any answer for the first. Please, could someone out there help? Thanks in advance... I wonder if there is any performance tuning newsgroup/faq/whatever related to PHP. I searchead to no avail... Anyway, my current mind boggler is:

php-windows Digest 30 Dec 2001 13:43:06 -0000 Issue 927

2001-12-30 Thread php-windows-digest-help
php-windows Digest 30 Dec 2001 13:43:06 - Issue 927 Topics (messages 11210 through 11214): Re: Using Exec on windows 11210 by: David MySQL problems... 11211 by: VivoAnt 11212 by: David Elliott 11213 by: Pac mon Performance tuning #2 11214 by: Peter

[PHP-WIN] Error using session with Apache 1.3.22, PHP 4.1 and Windows 2000 SP2.

2001-12-30 Thread Sébastien Thüler
Hello everybody! I'm using Apache 1.3.22 and PHP 4.1.0 (in SAPI mode) under Windows 2000 SP2. When I try to register a variable for PHP session using session_register("variable-name"); I get an error message : 'Instruction at "0x005d956c" use memory address "0x8b2b43b1". Memory cannot be "read".'

[PHP-WIN] Re: Performance tuning #2

2001-12-30 Thread Peter Illes
Some more details: We are implementing a Web Services server (essentially SOAP server) in PHP and one of the calls has to return a data packet as XML so we want to accumulate the response in a string variable and then return it (optionally logginig it for security reasons). We would like to avoi

[PHP-WIN] Deleting a file under Windows

2001-12-30 Thread Sébastien Thüler
Hello! The manual says that unlink() doesn't work under Windows. Question is : what is the way to delete a file under Windows ? - Sébastien Thüler -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] Error found

2001-12-30 Thread Sébastien Thüler
session wasn't explicitely started neither was session_auto_open set to 1. No comment, please ;) - Séb -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EM

[PHP-WIN] Re: Performance tuning #2

2001-12-30 Thread Manuel Lemos
Hello, Peter Illes wrote: > > Some more details: > > We are implementing a Web Services server (essentially SOAP server) in PHP > and one of the calls has to return a data packet as XML so we want to > accumulate the response in a string variable and then return it (optionally > logginig it for

Re: [PHP-WIN] Deleting a file under Windows

2001-12-30 Thread Daniel Beulshausen
At 18:11 30.12.2001 +0100, Sébastien Thüler wrote: >Hello! > >The manual says that unlink() doesn't work under Windows. >Question is : what is the way to delete a file under Windows ? i must be blind then :) for sure unlink works under windows, everyone saying something different is nuts. danie

Re: [PHP-WIN] Deleting a file under Windows

2001-12-30 Thread Sébastien Thüler
I suppose the PDF version of the manual is not up-to-date, then. Thanks for the info! -Séb "Daniel Beulshausen" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] At 18:11 30.12.2001 +0100, Sébastien Thüler wrote: >Hello! > >The manual says that unlink() doesn't work under Windo

Re: [PHP-WIN] Deleting a file under Windows

2001-12-30 Thread LaserJetter
The PDF manual I downloaded for 4.0.6 said something about unlink not working on windows but it's always worked fine for me! It might be a warning as it may not work under certain conditions "SéBastien ThüLer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I

[PHP-WIN] Re: Humor... Was: Mathimatical equations in PHP [This message has nothing to do with PHP and if thats your prime concern, please, delete this message]

2001-12-30 Thread Svensson, B.A.T. (HKG)
>-Original Message- >From: Ross Fleming >Sent: Saturday, December 29, 2001 7:34 PM >To: Svensson, B.A.T. (HKG) >Cc: [EMAIL PROTECTED] >Subject: RE: [PHP-WIN] Mathimatical equations in PHP > > >I personally think that there was a bit of an over-reaction to >Svenssons emails. Most of them

php-windows Digest 31 Dec 2001 05:09:33 -0000 Issue 928

2001-12-30 Thread php-windows-digest-help
php-windows Digest 31 Dec 2001 05:09:33 - Issue 928 Topics (messages 11215 through 11224): Error using session with Apache 1.3.22, PHP 4.1 and Windows 2000 SP2. 11215 by: Sébastien Thüler Re: Performance tuning #2 11216 by: Peter Illes 11219 by: Manuel Lemos Deleti

Re: [PHP-WIN] MySQL problems...

2001-12-30 Thread VivoAnt
Do I have to CHMOD PHPMyAdmin ??? - Original Message - From: "Pac mon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 1:59 AM Subject: Re: [PHP-WIN] MySQL problems... > My guess is that you have a password set for the root user in Mysql, but > (from the erro

[PHP-WIN] Mpanel, IIS and win2k server problem

2001-12-30 Thread Isan Kaiser
After installing my win2k server with IIS and also php(exe version, not the isapi one), I tried installing mpanel. For some reason or another, Mpanel simply does not pass the cookie variables (or so I believe)since I keep getting the same error message that I believe. When I modified the code to e

Re: [PHP-WIN] MySQL problems...

2001-12-30 Thread VivoAnt
N/M I got it to work... My host had some wierd problems with MySQL... It's fixed now :) Why do I keep getting this wierd errors though? It's all over mysite... Warning: Supplied argument is not a valid MySQL result resource in /users/ionichost.com/vivoant/includes/sql_layer.php on line 230 -