Connecting Tech Pros Worldwide Help | Site Map

Posting data

Vampire & Co.
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi,

I've got form with few submit buttons and one select field.
I need to post data to another file or to the same document.
Is it possible?

Best regards,

Shamrock
Manuel Lemos
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Posting data


Hello,

On 09/19/2004 07:45 PM, Vampire & Co. wrote:[color=blue]
> I've got form with few submit buttons and one select field.
> I need to post data to another file or to the same document.
> Is it possible?[/color]

Sure, you may want to try this HTTP Client class that does exactly what
you need and comes with examples:

http://www.phpclasses.org/httpclient


--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Vampire & Co.
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Posting data


On 2004-09-19, Manuel Lemos <mlemos@acm.org> wrote:[color=blue]
> Hello,
>
> On 09/19/2004 07:45 PM, Vampire & Co. wrote:[color=green]
>> I've got form with few submit buttons and one select field.
>> I need to post data to another file or to the same document.
>> Is it possible?[/color]
>
> Sure, you may want to try this HTTP Client class that does exactly what
> you need and comes with examples:
>
> http://www.phpclasses.org/httpclient[/color]

Thanks for link. It must be late and my brain doesn't work well ;P
Once I posted this news I found solution - it switch().
Sorry for bothering.

Shamrock
Closed Thread