Re: RE: Re: PUT vs. POST (was: php File upload)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/11/08, tedd <tedd.sperling@xxxxxxxxx> wrote:

> Per Jessen:
>
> I am sure you are smarter than this -- you're probably not understanding
> what I am saying.

No, Per is correct.

PHP itself cannot access anything on the client. It is a server-parsed
language. The client never executes PHP, period.

Javascript, other applets, etc. can *inform* or push information to
PHP about the client or files on the client, but PHP itself has no
idea what is going on other than $_SERVER, $_COOKIE vars and whatnot
identifying the browser. That's all it gets without something else
"helping" it, and that is still not -PHP- itself.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux