Posting data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vampire & Co.

    #1

    Posting data

    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

    #2
    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

    Comment

    • Vampire & Co.

      #3
      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

      Comment

      Working...