php-windows Digest 21 Jan 2004 05:44:49 -0000 Issue 2090

2004-01-20 Thread php-windows-digest-help
php-windows Digest 21 Jan 2004 05:44:49 - Issue 2090 Topics (messages 22620 through 22632): Re: Show the Progress of a file being uploaded 22620 by: Ignatius Reilly 22621 by: Donatas 22622 by: Svensson, B.A.T. (HKG) 22626 by: Manuel Lemos 22627 by: Ign

[PHP-WIN] Re: Search Script????

2004-01-20 Thread Manuel Lemos
Hello, On 01/20/2004 11:22 PM, Student wrote: I have my web site with file extensions .php .php3 .html .htm .shtml Now i (am looking for a script or) would like to write a php script so that users can search my web site for information Can anyone help me get started. I want to include a searc

[PHP-WIN] Re: [PHP] Search Script????

2004-01-20 Thread John Nichel
Student wrote: I have my web site with file extensions .php .php3 .html .htm .shtml Now i (am looking for a script or) would like to write a php script so that users can search my web site for information Can anyone help me get started. I want to include a search in my web site.. Cross post b

[PHP-WIN] Search Script????

2004-01-20 Thread Student
I have my web site with file extensions .php .php3 .html .htm .shtml Now i (am looking for a script or) would like to write a php script so that users can search my web site for information Can anyone help me get started. I want to include a search in my web site.. -- PHP Windows Mailing Lis

Re: [PHP-WIN] fastcgi on windows standalone

2004-01-20 Thread Richard Stupek
Unfortunately that only applies for PHP 4.2 and not 4.3.X which contains support for FastCGI but does not document how to run it standalone. Rich Stupek The Internet is here! Where are you? "Frank M. Kromann" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Take a look at http://car

Re: [PHP-WIN] fastcgi on windows standalone

2004-01-20 Thread Frank M. Kromann
Take a look at http://caraveo.com/fastcgi/ - Frank > I see that the -b option in PHP 4.3.X doesn't appear to work. What is the > way to start PHP as a standalone application listening for fastcgi on a > specific port? Any help would be greatly appreciated. > > Thanks > > -- > PHP Windows Mail

Re: [PHP-WIN] Show the Progress of a file being uploaded

2004-01-20 Thread Ignatius Reilly
Right, my mistake. I overlooked that the question was about uploading, not downloading... Ignatius _ - Original Message - From: "Donatas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 19:19 Subject: Re: [PHP-WIN] Show the Progress of a

Re: [PHP-WIN] Show the Progress of a file being uploaded

2004-01-20 Thread Manuel Lemos
Hello, On 01/20/2004 03:19 PM, Ignatius Reilly wrote: There is a great PEAR class to do just that: HTML_Progress. Easy to use and powerful. I use it with much satisfaction. You are confusing the types of progress. You can't track file upload progress in PHP because PHP scripts only run after the

[PHP-WIN] virus alert

2004-01-20 Thread HFSNET hfrisch
Hello List, In the email Attachment sent by [EMAIL PROTECTED] Norton Antivirus detected the virus [EMAIL PROTECTED] in the attached executable topfkti.exe! Do not open. Delete. NAV-Message follows: Norton AntiVirus hat folgenden Anhang entfernt: topfkti.exe. Der Anhang enthielt die Bedrohung [E

[PHP-WIN] fastcgi on windows standalone

2004-01-20 Thread Richard Stupek
I see that the -b option in PHP 4.3.X doesn't appear to work. What is the way to start PHP as a standalone application listening for fastcgi on a specific port? Any help would be greatly appreciated. Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP-WIN] Replace pieces in long text

2004-01-20 Thread Thijs Wijnmaalen
Hi, I have a system written in PHP, where users can manage their own template-file. I'm using ETS (http://ets.sourceforge.net) to parse the templates. And I want to have a ETS-var added to the template every time a user modifies his template. {/main} must be replaced with {disclaimer}{/main} a

RE: [PHP-WIN] Show the Progress of a file being uploaded

2004-01-20 Thread Svensson, B.A.T. (HKG)
Will the end user know/see the difference? :) -Original Message- From: Donatas To: [EMAIL PROTECTED] Sent: 2004-01-20 19:19 Subject: Re: [PHP-WIN] Show the Progress of a file being uploaded I guess you don't get what this discussion is all about. It's about file upload progress bar not a

Re: [PHP-WIN] Show the Progress of a file being uploaded

2004-01-20 Thread Donatas
I guess you don't get what this discussion is all about. It's about file upload progress bar not about progress bars in general. /Donny Ignatius Reilly wrote: There is a great PEAR class to do just that: HTML_Progress. Easy to use and powerful. I use it with much satisfaction. HTH Ignatius

Re: [PHP-WIN] Show the Progress of a file being uploaded

2004-01-20 Thread Ignatius Reilly
There is a great PEAR class to do just that: HTML_Progress. Easy to use and powerful. I use it with much satisfaction. HTH Ignatius _ - Original Message - From: "Derrick Hermanson" <[EMAIL PROTECTED]> To: "Php-Windows List" <[EMAIL PROTECTED]>; "Arijit Chaudhuri" <[

php-windows Digest 20 Jan 2004 17:11:35 -0000 Issue 2089

2004-01-20 Thread php-windows-digest-help
php-windows Digest 20 Jan 2004 17:11:35 - Issue 2089 Topics (messages 22615 through 22619): Re: Show the Progress of a file being uploaded 22615 by: Arijit Chaudhuri 22619 by: Derrick Hermanson Re: chmod on win xp - update 22616 by: mayo 22617 by: Stuart Re:

RE: [PHP-WIN] Show the Progress of a file being uploaded

2004-01-20 Thread Derrick Hermanson
Found this out on www.php.net thought it might be useful. Progress bar support has been a recurring theme in many a PHP mailing list over the years. You can find a free progress monitor component for PHP file uploads at http://sourceforge.net/projects/megaupload/ The advantage of this system is t