[PHP-WIN] BugZilla: Please Wait

2002-09-02 Thread Scott Carr
I looked at BugZilla, and it is actually two html files. They are sent with a Content-Type of XMultipart-Mime, and both pages are sent in the same transmission. Interesting... -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/

RE: [PHP-WIN] Can't DL windows binaries

2002-09-02 Thread Skeepa
try http://ftp.proventum.net/pub/php/win32/php-4.2.2-Win32.zip Esteban -Mensaje original- De: Clark [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 02 de septiembre de 2002 23:38 Para: [EMAIL PROTECTED] Asunto: [PHP-WIN] Can't DL windows binaries Is something wrong with the binary down

Re: [PHP-WIN] COM and Word, how?

2002-09-02 Thread David Tod Sigafoos
Hello Michelle, this worked on my test system .. win2k sp2, apache 1.2.34 php 4.2.2 dsig Monday, September 2, 2002, 10:03:50 AM, you wrote: M> I am new to COM and tried an example today (See bottom of post) M> When I execute the code, I get is an error message and if I look in the Task M> Ma

[PHP-WIN] Can't DL windows binaries

2002-09-02 Thread Clark
Is something wrong with the binary downloads? I've tried many mirrors and my browser just times out after clicking on the 4.2.2 zip package link. TIA - Clark -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN][ANSWER] Long Job (Please Wait)

2002-09-02 Thread Scott Carr
Found the answer, or at least a direction right after emailing. ;-) Figured I'd post in case someone is interested. I got this off a post at phpbuilder. header("Connection: keep-alive"); echo "loading ..."; flush(); http://www.phpbuilder.com/mail/php3-list/199903/2571.php If an

[PHP-WIN] Long Job (Please Wait)

2002-09-02 Thread Scott Carr
Hello all, I am beating myself up over this. (It's not necassarily a PHP question, but...) I have a PHP script that can take 2 - 60+ seconds to complete. In BugZilla, when you submit a search it pops with a "Please Wait" screen. Is anyone familiar with how to do this? (My next thing is to di

Re: [PHP-WIN] Re: COM and Word, how?

2002-09-02 Thread Scott Carr
Can you open Word in ActiveState Perl or some other app? (Besides VBA.) It may be a problem with your word COM settings. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Dallas Thunder <[EMAIL PROTECTED]>: > Well, this script works fine on my

[PHP-WIN] Re: COM and Word, how?

2002-09-02 Thread Dallas Thunder
Well, this script works fine on my machine. Windows XP w/ Office XP, PHP 4.2.3. "Michelle" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am new to COM and tried an example today (See bottom of post) > > When I execute the code, I get is an error message an

[PHP-WIN] Re: Multiple recipients with mail();

2002-09-02 Thread Dallas Thunder
Read the manual at http://www.php.net/manual/en/function.mail.php and see Example 4. Sending complex email. "Davy Obdam" <[EMAIL PROTECTED]> wrote in message 000301c252e0$8d56e7b0$960a@davy">news:000301c252e0$8d56e7b0$960a@davy... > Hi > > I have this piece of script on my site. It sends

php-windows Digest 3 Sep 2002 00:33:25 -0000 Issue 1320

2002-09-02 Thread php-windows-digest-help
php-windows Digest 3 Sep 2002 00:33:25 - Issue 1320 Topics (messages 15631 through 15642): Help on PHP-Newbie 15631 by: Suryadevara Venkata Raghavarao Re: Help on new install please .. 15632 by: Giannis Vrentzos all variables unset in w2k 15633 by: Lasse Riis

[PHP-WIN] Multiple recipients with mail();

2002-09-02 Thread Davy Obdam
Hi I have this piece of script on my site. It sends e-mail from the feedbackform. I can only send e-mail to one recipient, but i would like to send this e-mail to multiple recipients. Here is my code, i hope someone can help me out. Thanks already! //Send e-mail from feedbackform //recipients $r

[PHP-WIN] COM and Word, how?

2002-09-02 Thread Michelle
I am new to COM and tried an example today (See bottom of post) When I execute the code, I get is an error message and if I look in the Task Manager, there is a WINWORD.EXE process running, which I can't end. Every time I reload the page, a new winword is started... How should PHP.ini be set for

Re: [PHP-WIN] all variables unset in w2k

2002-09-02 Thread Luis Moreira
Yeeach !! What happens if you print the variable's LENGTH, doing $n=strlen($variable); print "$variable($n)"; I have a similar problem, where sometimes a variable is not printed, but as a length greater than zero... If $n is >0, than you could be "suffering" from a bug within PHP. If not, I am

Re: [PHP-WIN] all variables unset in w2k

2002-09-02 Thread Lasse Riis
Well I've used both the installer and the "manual" .zip file. It makes no difference! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] All variables are unset in w2k

2002-09-02 Thread Lasse Riis
Hi everybody. I've been trying to install php 4.2.2 on my w2k box. I'm using apache 1.3.6 or is it 1.3.26? but the problem is the same with IIS. I can add the cgi og the sapi module, but the problem is the same. I HAVE NO VARIABLES This piece of code (for example): gives this output: "Var

[PHP-WIN] all variables unset on w2k pro.

2002-09-02 Thread Lasse Riis
Hi everybody. I've been trying to install php 4.2.2 on my w2k box. I'm using apache 1.3.6 or is it 1.3.26? but the problem is the same with IIS. I can add the cgi og the sapi module, but the problem is the same. I HAVE NO VARIABLES This piece of code (for example): gives this output: "Var

Re: [PHP-WIN] all variables unset in w2k

2002-09-02 Thread Lasse Riis
(sent this, the wrong place, so this is just to get it on the list) Yeah, I've done all of that, and everything seems to work fine. I can use all functions but no variables are ever set. That goes for declared variables like the above, and post/get and cookies. No variables are ever set. And t

Re: [PHP-WIN] all variables unset in w2k

2002-09-02 Thread Luis Moreira
Try Note that $variable is inside the pair of " On my PC it works both ways, anyway... - Original Message - From: "Lasse Riis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 12:05 PM Subject: [PHP-WIN] all variables unset in w2k > Hi > I'm trying t

RE: [PHP-WIN] all variables unset in w2k

2002-09-02 Thread Svensson, B.A.T. (HKG)
> Hi > I'm trying to setup php and apache on my w2k box, everything seems to > work smoothly, only I CAN'T SET ANY VARIABLES > > this script for instance: > $variable = 'This is a variable!'; > echo 'Variable contents: '.$variable; > ?> > gives the following output: > Variable contents: >

[PHP-WIN] all variables unset in w2k

2002-09-02 Thread Lasse Riis
Hi I'm trying to setup php and apache on my w2k box, everything seems to work smoothly, only I CAN'T SET ANY VARIABLES this script for instance: gives the following output: Variable contents: What's wrong? I've tried installing SP1 and SP2 but that makes no difference. Both the SAPiI modu

Re: [PHP-WIN] Help on new install please ..

2002-09-02 Thread Giannis Vrentzos
Try to find DirectoryIndex in httpd.conf and check if index.php is there.It has to look like DirectoryIndex index.html index.php John David Tod Sigafoos wrote: > I am having problems on a new install of PHP and Apache > > Win2k, Php 4.2.2, apache 1.3.26 > > 1) Install apache. Then browse to

[PHP-WIN] Help on PHP-Newbie

2002-09-02 Thread Suryadevara Venkata Raghavarao
Hi every one, I'm trying to configure PHP4 with APache2.X on win2000 server. When i'm trying open the .php file from the browser ie http://myserver:8080/setup.php ,i could able to see the code writen in that perticular file.I think it's not executing the code from the browser. Is there any way

php-windows Digest 2 Sep 2002 09:36:04 -0000 Issue 1319

2002-09-02 Thread php-windows-digest-help
php-windows Digest 2 Sep 2002 09:36:04 - Issue 1319 Topics (messages 15626 through 15630): Re: mail() I get crazy from this... 15626 by: Aleksandar Skodric Re: switch($action) { case "something": ... 15627 by: Marlene Burckhalter 15629 by: DL Neil Compiling php 4.2

[PHP-WIN] hosting co.. help!

2002-09-02 Thread Sandeep Murphy
Hi guys, First of all my apologies for posting this here.. however as I am running out of options, someone here may provide me some respite... How can/do I start legal proceedings against an Hosting provider?? I had registered a domain called www.greatanddear.com with 121host.net based in the