creating POST data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • desalvo123@comcast.net

    #1

    creating POST data

    Is there a way I can manually create and send POST data in my code to a
    website without using html forms?

  • Ramon

    #2
    Re: creating POST data

    desalvo123@comc ast.net wrote:[color=blue]
    > Is there a way I can manually create and send POST data in my code to a
    > website without using html forms?[/color]

    Yes, it is possible to do that. But it's probably better, to append the
    data you are trying to send to another site in a URL.


    Comment

    • Erwin Moller

      #3
      Re: creating POST data

      desalvo123@comc ast.net wrote:
      [color=blue]
      > Is there a way I can manually create and send POST data in my code to a
      > website without using html forms?[/color]

      Yes,

      Have a look at CURL at www.php.net.

      Regards,
      Erwin Moller

      Comment

      Working...