php-windows Digest 6 May 2002 12:04:33 -0000 Issue 1130
Topics (messages 13561 through 13570):
Re: How do i get SSI (Server Side Include) to work
13561 by: Ross Fleming
13562 by: Alex
13563 by: Stuart Dallas
Apache 2.0.35 w/ PHP 4.12 -HELP
13564 by: Alex
13565 by: Ross Fleming
Re: mail() doesn't work with $ variable
13566 by: Steve Yates
13569 by: Cheyenne Vermeulen
Re: Why Global Variables turned off??
13567 by: Steve Yates
Re: php won't "process" forms anymore
13568 by: Steve Yates
Just installed new version of php
13570 by: Demi Vitalis
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
We'll charitably assume your frustration accounts for your rudeness shall
we? To paraphrase "I have a problem that is not related to PHP, yet I will
ask it here anyway, and please, don't waste my time with suggestions, just
give me the damn answer".
Try RTFM or asking politely on an apache forum. Incidently, yes I know the
answer, however, I only THINK I do, (I'd need to check my conf files) so I
won't waste your time. And I'm not replying directly TO you, so I'm more
than happy to hit the send button, confident I'm not in violation of your
request
Your cheerfully
R
-----Original Message-----
From: jerico [mailto:[EMAIL PROTECTED]]
Sent: 28 April 2002 20:56
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] How do i get SSI (Server Side Include) to work
I've tried everything - and I'm desperate and frustrated
I'm using:
Windows XP
Apache 2.035
PHP 4.2.0 installed as Apache module (/experimental/apache2filter.dll)
...using a VIRTUAL HOST in httpd.conf
<VirtualHost localhost>
ServerName localhost
DocumentRoot "c:/web"
DirectoryIndex index.htm index.html index.html.var index.php
index.php3 index.php4
AddType application/x-httpd-php .php .php3 .php4
AddType application/x-httpd-php-source .phps .php3s . php4s
</VirtualHost>
Please help - tell me WHAT is required to get SSI to work and WHERE to place
the definitions ?
Please do not reply if you THINK you know it - only reply if you've got it
working,
Thanks in advance
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
How did you installed PHP i have tried without sucess. I tried the
experimental, but I get the message "Loadmodule takes two arguments, a
module name and the name of a shared object file to load it from " which I
did - LoadModule php4_module C:/Program Files/Apache
Group/Apache/php-4.2.0-Win32/php4apache.dll
Please tell me what did I do wrong?
"Jerico" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've tried everything - and I'm desperate and frustrated
>
> I'm using:
>
> Windows XP
> Apache 2.035
> PHP 4.2.0 installed as Apache module (/experimental/apache2filter.dll)
>
> ...using a VIRTUAL HOST in httpd.conf
>
> <VirtualHost localhost>
> ServerName localhost
> DocumentRoot "c:/web"
> DirectoryIndex index.htm index.html index.html.var index.php
> index.php3 index.php4
> AddType application/x-httpd-php .php .php3 .php4
> AddType application/x-httpd-php-source .phps .php3s . php4s
> </VirtualHost>
>
> Please help - tell me WHAT is required to get SSI to work and WHERE to
place
> the definitions ?
> Please do not reply if you THINK you know it - only reply if you've got it
> working,
>
> Thanks in advance
>
>
>
>
--- End Message ---
--- Begin Message ---
On 5 May 2002 at 9:32, Alex wrote:
> How did you installed PHP i have tried without sucess. I tried the
> experimental, but I get the message "Loadmodule takes two arguments, a
> module name and the name of a shared object file to load it from "
> which I did - LoadModule php4_module C:/Program Files/Apache
> Group/Apache/php-4.2.0-Win32/php4apache.dll
>
> Please tell me what did I do wrong?
Put the path to the DLL in quotes like so...
LoadModule php4_module "C:/Program Files/Apache Group/Apache/php-4.2.0-
Win32/php4apache.dll"
--
Stuart
--- End Message ---
--- Begin Message ---
I used - LoadModule php4_module C:\Program Files\Apache
Group\Apache\php-4.2.0-Win32\experimental\apache2filter.dll. But then when I
do an Apache -K start I get the following error message: "Load Module takes
two arguments, a module name and the name of a shared object file to load it
from"
Where am I going wrong?
--- End Message ---
--- Begin Message ---
Someone answered didn't they? Put quotes round the c:\program....er.dll and
all should be well.
Ross
-----Original Message-----
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: 04 May 2002 22:51
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Apache 2.0.35 w/ PHP 4.12 -HELP
I used - LoadModule php4_module C:\Program Files\Apache
Group\Apache\php-4.2.0-Win32\experimental\apache2filter.dll. But then when I
do an Apache -K start I get the following error message: "Load Module takes
two arguments, a module name and the name of a shared object file to load it
from"
Where am I going wrong?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
"Cheyenne Vermeulen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> $recipient.= "$voornaam $naam <$email>" ;
I would suggest trying this with just the e-mail address, and/or quotes
around the name. Heck, replace each of the four variables with a string
literal and see what happens.
- Steve Yates
- Patience: A virtue that carries a lot of wait.
/ Taglines by Taglinator - www.srtware.com /
--- End Message ---
--- Begin Message ---
Thanks man!! it did the job!!!!!
For a strange reason i just did'nt see it.
Thanks very much
Regards, Cheyenne
-- Tinck all media
www.tinck.com
[EMAIL PROTECTED]
"Steve Yates" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> "Cheyenne Vermeulen" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> > $recipient.= "$voornaam $naam <$email>" ;
>
> I would suggest trying this with just the e-mail address, and/or
quotes
> around the name. Heck, replace each of the four variables with a string
> literal and see what happens.
>
> - Steve Yates
> - Patience: A virtue that carries a lot of wait.
>
> / Taglines by Taglinator - www.srtware.com /
>
>
>
>
--- End Message ---
--- Begin Message ---
"Then" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> At the cost of sounding dense...wouldn't POSTing the variables solve the
> problem.
Nope. For instance, was the variable $authorized set via POST, GET,
cookie, etc.? You don't know. But specifically testing it by
$_POST['authorized'] or extract($HTTP_POST_VARS) (and no other variable
arrays) would ensure it arrived via a POST.
- Steve Yates
- Friends help you move. Real friends help you move bodies.
/ Taglines by Taglinator - www.srtware.com /
--- End Message ---
--- Begin Message ---
"Toby z" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> the book
> only talks bout writting a string to a file ... while
> i have multiple stingz to b saved ....
Use fwrite() twice.
http://www.php.net/manual/en/function.fwrite.php
- Steve Yates
- Sex is not the answer. Sex is the question. "Yes" is the answer.
/ Taglines by Taglinator - www.srtware.com /
--- End Message ---
--- Begin Message ---
Hey everyone, I just installed the new version of php… and after having to
re-write some code because of all the changes, I finally got everything
going.
I need to add the php_imap.dll file to my stuff and the old one that I had
for 4.06 will not work with the new version of php. I am running php on a
win32 system (Windows 2000 server). How can I get that dll… and if I have to
compile something… how do I do that? I wrote a cool program that uses imap
but now I cant use it because I no longer have imap support.
--- End Message ---