At 11:56 AM 4/20/02 -0300, Waldemar Brand Neto wrote:
>Dear Myke I have this problem too. When I save the uploaded file im Mysql it
>save the path of the file and not the image itself. How cam I read the file
>and save into a BLOB field.
>
>Thanks.
>
>Waldemar
Try something like this:
$the_file =
php-windows Digest 20 Apr 2002 16:01:58 - Issue 1103
Topics (messages 13205 through 13211):
Re: can't view php
13205 by: joey
Re: Apache 2.0.35
13206 by: Red
13208 by: Steffen
13209 by: Red
Apache 2.0.35 w/PHP
13207 by: Michael
Re: Problem with upl
I think this is an Apache question more than PHP, but I'll give it a
whirl.
Aside from the new apache_setenv in 4.2RC3+ (and I haven't tried), is
there a way to set $REMOTE_USER from PHP?
Let me explain:
I have an external (ie, custom) authentication process (hate basic auth)
but I want the web
Dear Myke I have this problem too. When I save the uploaded file im Mysql it
save the path of the file and not the image itself. How cam I read the file
and save into a BLOB field.
Thanks.
Waldemar
- Original Message -
From: "Mike Flynn" <[EMAIL PROTECTED]>
To: "Uhaj" <[EMAIL PROTECTED]>
"Steffen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> It's in 4.2 RC4 (not in 4.1.2)
>
>
> Steffen
>
>
> > Hi
> >
> > Where does one fine the apache2filter.dll
> >
> > I have latest release of both apache 2 and php4.1.2. Win32 binaries.
> >
> > My apache2/
It's in 4.2 RC4 (not in 4.1.2)
Steffen
> Hi
>
> Where does one fine the apache2filter.dll
>
> I have latest release of both apache 2 and php4.1.2. Win32 binaries.
>
> My apache2/modules does not appear to have mod_php4.c contained therein
> either.
>
> I know I must be missing something, and
I see some infomrmation about configure PHP in Apache 2.0.35:
=
If you're trying to use Apache 2.0.x and PHP, you'll need to do the
following:
First, make sure that when you configure PHP you use the --with-apxs2
option, like so: --with-apxs2=/path/to/apach
"Steffen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This works for me:
>
> LoadModule php4_module d:/bin/php/experimental/apache2filter.dll
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
>
> Steffen
>
>
> "Haagen Waa