/var/www/hidden/mouse.txt is not the name of your file on the server.
The real name is in $_FILES['...']['tmp_name']
All details :
http://www.php.net/manual/en/features.file-upload.php
"Raney, Steve A." <[EMAIL PROTECTED]> wrote:
> This is a multi-part message in MIME format.
>
> --_=_NextPa
Mazzu <[EMAIL PROTECTED]> wrote:
> Michael Temeschinko <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> I want use memcache with PHP
>>
>> but configure says:
>>
>> Notice: Following unknown configure options were used:
>>
>> --e
to/src/php-x.y.z/ext/memcache
Build php executable and install it :
./buildconf --force
./configure --enable-memcache
make
make install
Hope that helps.
-Mazzu