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 - 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
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
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
> -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
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
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
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
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 - 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
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
"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]
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
13 matches
Mail list logo