[PHP-WIN] Re: how to delete file in windows

2003-08-07 Thread Aidal
Oops - I forgot to add that this works on both Linux and Windows. "Aidal" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Check this out for a moment - this script takes a file name from a form > field (on the prior page) of the type file, which is used in HTML when you > want to be

Re: [PHP-WIN] Resource Sharing or Resource Scheduling ??

2003-08-07 Thread Raheel Hussain
hi again well Yes, i m gonna do that, but the question remains there wht if i do resource sharing means that if i want to block the connection sharing like what is being done in Java or other applications called connection pooling, so how can it be done in PHP, just like java uses sleep() funct

Re: [PHP-WIN] Re: PHP 4.3.2, Windows 2000 IIS 5, MySQL 4.013 CPUusage problem

2003-08-07 Thread Cesar Cordovez
Maybe your servers are ok but the connection between them is slow? Broken? Firewalls? Gary Broughton wrote: Hi guys Many thanks for your replies. I did originally use the CGI version, but earlier today built a second machine, and clean installed IIS5 and PHP 4.3.2 onto it, using the ISAPI modu

[PHP-WIN] Re: PHP 4.3.2, Windows 2000 IIS 5, MySQL 4.013 CPU usage problem

2003-08-07 Thread Gary Broughton
Hi again The reason I put the max_connections so high is that at 100 and 400 it reached the limits and then crashed the site (too many connections) - so that's simply to try and prevent that. I'm not sure what 'wait_timeout' you mean? Is this a mysql or php ini setting? I killed a handful of ta

[PHP-WIN] Re: PHP 4.3.2, Windows 2000 IIS 5, MySQL 4.013 CPU usage problem

2003-08-07 Thread Gary Broughton
I've read up on this 'wait_timeout' and 'interactive_timeout' and brought it right down to 300 seconds. While I now have less big sleep timeouts (may be coincidence) there are still a handful that currently up to around 700, and increasing! Is there any way possible of establishing what these use

Re: [PHP-WIN] Re: Can't Pass variable to other page

2003-08-07 Thread Miha Nedok
Or access you variables via $_GET. $varname = $_GET['varname']; -Mike On Thu, 7 Aug 2003, Ben wrote: > Date: Thu, 7 Aug 2003 10:25:57 +0100 > From: Ben <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: Can't Pass variable to other page > > I had the same

[PHP-WIN] HTTP Authentication using PHP & MySQL

2003-08-07 Thread tashfoo
I’m kind of new to PHP, and I need help trying to figure out why my HTTP authentication scrip isn’t working correctly.   All scripts including the db dump are included.   I am running a Linux box with Apache Apache/1.3.27 & PHP PHP/4.3.1 with PHP installed as a module. In IE when I nav