RE: [PHP-WIN] Windows speed issue

2004-05-14 Thread Steven Sher
Not sure if this will help, but I have seen a significant improvement in speed, by switching from using normal mysql_connect() to mysql_pconnect() Using a persistent connection helped me, you may need to adjust some setting for it to work affectively -Original Message- From: Andrew Sta

Re: [PHP-WIN] Problems Configuring and I do all the manual says...HELP!

2004-05-14 Thread Luis Moreira
Alejandro César Garrammone wrote: Yes, I'm sure, If I open a cmd window and go to c:\mysql\bin I execute mysql and it's open well. I'm running mysql as a service. The type of server I use is mysqld-max-nt. I've created a new php file that contains phpinfo(), and it's runs well, so the php is well

[PHP-WIN] RE: Replacing field values in MySQL - is there an easy way?

2004-05-14 Thread Jattie van der Linde
Update field, value where whatever -Original Message- From: Ross Honniball [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 11:40 AM To: [EMAIL PROTECTED] Subject: Replacing field values in MySQL - is there an easy way? This is really a mySQL question, not a php question. Say you j

RE: [PHP-WIN] Ping from PHP with shell_exec comando in IIS 5 and windows XP

2004-05-14 Thread Svensson, B.A.T. (HKG)
That function disabled in safe mode. -Original Message- From: hdl To: [EMAIL PROTECTED] Sent: 14-5-2004 3:44 Subject: [PHP-WIN] Ping from PHP with shell_exec comando in IIS 5 and windows XP Friends, I have a dude, I can?t do make a PING to a server using PHP and SHELL_EXEC comma

RE: [PHP-WIN] Ping from PHP with shell_exec comando in IIS 5 and windows XP

2004-05-14 Thread christian astrup bakke // chasm(.nu)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] > Sent: 14. mai 2004 11:26 > To: '[EMAIL PROTECTED] ' > Subject: RE: [PHP-WIN] Ping from PHP with shell_exec comando > in IIS 5 and windows XP > > That function

RE: [PHP-WIN] Ping from PHP with shell_exec comando in IIS 5 and windows XP

2004-05-14 Thread Svensson, B.A.T. (HKG)
>From a security point of view, that is /not/ recommended to do - then you have no controll about who is executing or when execution is done. A more controlled way to grant execute access to cmd.exe is to let IIS execute the script as a certain user, and then let that user have the right to execut

RE: [PHP-WIN] Photo gallery with description

2004-05-14 Thread Jattie van der Linde
I've build some simple code to display thumbnails on a basic album page and then reading the directories and automatically putting the images and the comments on the images in a file. The downside is that you will have to manually create the thumbnails and the displayed images. I suppose the nex

Re: [PHP-WIN] Photo gallery with description

2004-05-14 Thread Bobo Wieland
>The downside is that you will have to manually create the thumbnails and the displayed images. I've made a Macromedia Flash MX application that loads a newly uploaded image (uploaded by a php script) where the user can select an area of the image. The coordinates of the selected area is then pass

[PHP-WIN] processor bottleneck in server03.

2004-05-14 Thread MJ
php.exe keeps hitting 100% processor usage when the scripts are called. I have two clients that use vbulletin and when people click on the threads, that is when php.exe jumps. This problem started happening when we made the move from server2000 to 2003. Before it was running on a Server 2000 Adv

RE: [PHP-WIN] Windows speed issue

2004-05-14 Thread Andrew Staples
-Original Message- From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED] >>Good luck though.. It's going to end up being something silly that you're going to kick yourself for.. Hah.. Yes, kicks are in order. I changed from using php4isapi.dll to php.exe, and instant success. Here I tho

[PHP-WIN] Script to test mail connectivity

2004-05-14 Thread Marvin Cummings
Is there a script that allows you to test whether your mail server is processing mail? Thanks