[PHP-DB] [PHP]please help

2002-01-27 Thread Duky Yuen

I want to make something like when you are attaching something to an
email in hotmail. I want to make something that searches your own
computer for files on your harddisk that you want to upload to the
server.

But I don't know if this is possible. If this is possible.Can somebody
tell me which function I should use? Or if someone have an example...
please...

Duky


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] php Please help

2001-08-07 Thread Andreas D. Landmark

At 08.08.2001 01:05, Robert Barish wrote:
>Hello everyone.
>
>Let me get to the point directly.  I had to reinstalled a clean version of
>7.2 and only one thing left to do and is is kicking my perverbial back side
>:-)
>I use php scripting for my little web site and access mysql. The old
>installation I got up in a snap.  When i move the save files over
>to the htdoc directory and tried to view my index.php page it tries to
>download it.  You can go to www.bmtsolutions.com and see what I mean.  I have
>done everything under the sun to try to fix this and am missing something
>really lame.   I know this is not exactly not a php-db issue directly but I
>am hoping someone can help.  It looks like i might need hand leading here.
>;>)
>Thanks for you valuable time.
>
>Bob

First, what the  is 7.2, Mandrake ? RedHat ? Slackware? Debian ? Trustix?
Corel ? SuSE ? Linux? FreeBSD ? OpenBSD ? NetBSD ? *BSD? Solaris ? SunOS ?
HP-UX ? *NIX ? Windows ? BeOS?
(I guess that makes the point clear)

My guess is that your webserver (which you didn't name) is missing what in 
apache-speak
would be
AddType application/x-httpd-php .php (for php4)
or
AddType application/x-httpd-php4 .php3 (for php3).

Out of interest which OS and httpd are we talking?
(I've got a hunch telling me it's RedHat and apache, it usually is when 
somebody is
running a version number and no OS).

(and yes this is certainly not a php-db issue, php-install would have been 
the list
you should have posted to).


-- 
Andreas D Landmark / noXtension
Real Time, adj.:
 Here and now, as opposed to fake time, which only occurs there
and then.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] php Please help

2001-08-07 Thread Justin Matlock

I'd almost guarantee you're missing the all important

AddType application/x-httpd-php .php

in your httpd.conf

It's commented out in the redhat distribs; you have to uncomment it.

-J

- Original Message -
From: "Robert Barish" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 8:05 PM
Subject: [PHP-DB] php Please help


> Hello everyone.
>
> Let me get to the point directly.  I had to reinstalled a clean version of
> 7.2 and only one thing left to do and is is kicking my perverbial back
side
> :-)
> I use php scripting for my little web site and access mysql. The old
> installation I got up in a snap.  When i move the save files over
> to the htdoc directory and tried to view my index.php page it tries to
> download it.  You can go to www.bmtsolutions.com and see what I mean.  I
have
> done everything under the sun to try to fix this and am missing something
> really lame.   I know this is not exactly not a php-db issue directly but
I
> am hoping someone can help.  It looks like i might need hand leading here.
> ;>)
> Thanks for you valuable time.
>
> Bob
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] php Please help

2001-08-07 Thread Robert Barish

Hello everyone.  

Let me get to the point directly.  I had to reinstalled a clean version of 
7.2 and only one thing left to do and is is kicking my perverbial back side 
:-)
I use php scripting for my little web site and access mysql. The old 
installation I got up in a snap.  When i move the save files over 
to the htdoc directory and tried to view my index.php page it tries to 
download it.  You can go to www.bmtsolutions.com and see what I mean.  I have 
done everything under the sun to try to fix this and am missing something 
really lame.   I know this is not exactly not a php-db issue directly but I 
am hoping someone can help.  It looks like i might need hand leading here.  
;>)
Thanks for you valuable time.  

Bob

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]