Re: [PHP] pass parameter from client to server

[email protected] (Daniel Brown)
Newsgroups php.general
Message-ID <CAD9cneMadGG-B8P=tRV4JgNDOMYwfR1_WvEhQ54DBWj2erFDQw@mail.gmail.com>
On Thu, Jul 18, 2013 at 6:04 PM, iccsi <[email protected]> wrote:
> I have a select control on the form and need to pass value user select to my
> query parameter.
> I just realized that user entry value is client side and query parameter is
> server side.
> Are there any way to read client parameter to pass to server?
>
> You information and help is great appreciated,

    Not from PHP unless you pass it via GET or POST, or as a cookie.
You may want to look into JavaScript, jQuery, and AJAX for your
specific needs, but that all gets beyond the scope of this list.

--
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.