Re: Post Without Return
From: CountScubula (me_at_scantek.hotmail.com)
Date: 01/29/04
- Next message: CountScubula: "Re: Disallowed characters in mime headers"
- Previous message: Phil Powell: "RegExp pattern to scan for NO HTML tags - need help"
- In reply to: Tyrone Slothrop: "Post Without Return"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Jan 2004 19:57:58 GMT
open up a socket, this should get you started:
http://www-3.gzentools.com/snippetview.php?c=HTTP&v=getresource.php
just add code to send POST data, it is in the header just like a GET, last
line in header add
var=bla&var2=bla....etc
-- Mike Bradley http://www.gzentools.com -- free online php tools "Tyrone Slothrop" <ts@paranoids.com> wrote in message news:6gji1056fa4anpf1a8j27i8dkr6g265psl@4ax.com... > I have used fsockopen() and cURL for posting to remote servers where I > wanted to get a return value, but how do you post to a remote server > programatically where you want to go to the result page on that > server? I am sure this is something simple, but my befuddled mind is > failing. Too much coding and too little sleep.! ;-)
- Next message: CountScubula: "Re: Disallowed characters in mime headers"
- Previous message: Phil Powell: "RegExp pattern to scan for NO HTML tags - need help"
- In reply to: Tyrone Slothrop: "Post Without Return"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|