[PHP-WIN] Re: PHP 4.2.1. on PWS...

2002-06-13 Thread César Monroy
Lucky you... I've still try to figure out how to make it work... After several tries, following step by step instructions my PWS still can't pase PHP scripts. Can anyone give a hand? "Max Sullivan" <[EMAIL PROTECTED]> escribió en el mensaje 004d01c20bf6$bf074420$1f281142@WILLY">news:004d01c20bf6

php-windows Digest 13 Jun 2002 08:31:36 -0000 Issue 1189

2002-06-13 Thread php-windows-digest-help
php-windows Digest 13 Jun 2002 08:31:36 - Issue 1189 Topics (messages 14197 through 14199): Re: javascript in php 14197 by: Dash McElroy 14198 by: Tomator Re: PHP 4.2.1. on PWS... 14199 by: César Monroy Administrivia: To subscribe to the digest, e-mail: [E

[PHP-WIN] How do I redirect to another page using PHP?

2002-06-13 Thread Blaine Dinsmore
How can I redirect to another web page based on a condition? Thanks, Blaine -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] How do I redirect to another page using PHP?

2002-06-13 Thread Jason Soza
Use an if() statement and header() function. Look at the manual entry for header() here: http://www.php.net/manual/en/function.header.php Jason Soza - Original Message - From: "Blaine Dinsmore" <[EMAIL PROTECTED]> Date: Thursday, June 13, 2002 9:34 am Subject: [PHP-WIN] How do I redire

RE: [PHP-WIN] How do I redirect to another page using PHP?

2002-06-13 Thread brother
> -Original Message- > From: Blaine Dinsmore [mailto:[EMAIL PROTECTED]] > > How can I redirect to another web page based on a condition? if ($statement) { echo ""; } else { echo "bla bla"; } for instance. /brother -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vis

[PHP-WIN] Server not seeing PHP (Win32)

2002-06-13 Thread Jacques Steyn
Hi What could be the problem when a server does not seem to pick up PHP? This is for Win32 (=Win98), set up on a local box. I have read the PHP manual, I have looked at discussions, I have tried both Apache and MS PWS, I have tried different PHP4 versions, I have made all the required changes to

[PHP-WIN] Ming experience anyone?

2002-06-13 Thread Michael Barker
I'm experimenting with Ming and not having any luck. I've uncomented the "extension = php_ming.dll" in php.ini as well as setting the "extension_dir = ../correct/path" and "enable_dl = On". I get no errors when starting apache but when I try to run the ming script (even the ones supplie

Re: [PHP-WIN] Ming experience anyone?

2002-06-13 Thread Rasmus Lerdorf
Never tried it on Windows, but it works well on Linux. On Thu, 13 Jun 2002, Michael Barker wrote: > I'm experimenting with Ming and not having any luck. > > I've uncomented the "extension = php_ming.dll" in php.ini as well as setting > the "extension_dir = ../correct/path" and "enable_dl = O

[PHP-WIN] COM Problem

2002-06-13 Thread Scott Carr
I have a VB ActiveX DLL that I am trying to call from PHP. Everything works fine in the DLL except when I set the variable to null. The script just sits there forever until I kill it. The final code is: $buildgen->Release(); $buildgen = NULL; The release works fine. It is just the NULL that

php-windows Digest 13 Jun 2002 22:17:36 -0000 Issue 1190

2002-06-13 Thread php-windows-digest-help
php-windows Digest 13 Jun 2002 22:17:36 - Issue 1190 Topics (messages 14200 through 14207): How do I redirect to another page using PHP? 14200 by: Blaine Dinsmore 14201 by: Jason Soza 14202 by: brother Server not seeing PHP (Win32) 14203 by: Jacques Steyn

[PHP-WIN] Re: Extracting data from a URL using PHP

2002-06-13 Thread Scott Pier
Tony, You should be able to extract the section you want if there is something specific about that section. For example if that table has a name=, id= or the width is different from the other tables, etc... I have done this, I am sure there is an easier way but here is what I did... // Open webs

[PHP-WIN] Re: PHP 4.2.1. on PWS...

2002-06-13 Thread Steve Yates
"CéSar Monroy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Lucky you... I've still try to figure out how to make it work... After > several tries, following step by step instructions my PWS still can't pase > PHP scripts. > "Max Sullivan" <[EMAIL PROTECTED]

[PHP-WIN] Re: Ming experience anyone?

2002-06-13 Thread Allan Kent
heya, > supplied in the examples zip file) I get some of the contents of the script > dumped to the browser and nothing else. what version of php are you running ? Does phpinfo() show that the ming module is loaded ? What's getting dumped to the browser ? allan -- PHP Windows Mailing List