April 9th, 2000, 12:55 PM
-
Can PHP post to a CGI or whatever would normally be at the other end of a form, without caring about what is sent back - i.e. it posts, but then nothing else happens...
Anyone suggest a way to get round this?
April 9th, 2000, 01:06 PM
-
You mean the cgi file does not return output?
You'll need to do something like post_to_host() (do a search for that on www.phpbuilder.com in the support forum to get where to dl that. It's a function written by Rasmus himself).
That'll let you POST to another file and keep processing in the current file.